Skip to content

Commit

Permalink
Merge pull request #540 from willowtreeapps/chore/538-move-firebase-t…
Browse files Browse the repository at this point in the history
…ests-separate-workflow-2

Specify run id when downloading artifact
  • Loading branch information
PaulKlauser authored Jun 3, 2024
2 parents 4bc1291 + e76c3af commit 82bd0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: app-test-artifact
run_id: ${{github.event.workflow_run.id }}

- name: Decode Firebase Service Account JSON
run: echo ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASE_64 }} | base64 -d > service_account.json
Expand Down

0 comments on commit 82bd0eb

Please sign in to comment.