Skip to content

Commit

Permalink
Includng hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanhaider committed Dec 6, 2024
1 parent 606ae00 commit 9b28cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
.firebaserc
firebase.json
retention-days: 1
include-hidden-files: true
- name: Upload the Test Files
uses: actions/upload-artifact@v4
with:
Expand All @@ -47,6 +48,7 @@ jobs:
.github/scripts/prepare-test-env.sh
pytest.ini
retention-days: 1
include-hidden-files: true
test:
name: Test
needs: [build]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
.firebaserc
firebase.json
retention-days: 1
include-hidden-files: true
- name: Upload the Test Files
uses: actions/upload-artifact@v4
with:
Expand All @@ -48,6 +49,7 @@ jobs:
.github/scripts/prepare-test-env.sh
pytest.ini
retention-days: 1
include-hidden-files: true
test:
name: Test
needs: [build]
Expand Down

0 comments on commit 9b28cd9

Please sign in to comment.