Skip to content

Commit

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

Use device tests reusable workflow as a job
  • Loading branch information
PaulKlauser authored Jun 3, 2024
2 parents a543c52 + 0d8845d commit e66e6ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
workflow_call:

jobs:
device-tests:
uses: ./.github/workflows/device-tests.yml

pre-release-upload:
needs: device-tests
runs-on: ubuntu-20.04
steps:
- uses: ./.github/workflows/device-tests.yml

- name: Decode Keystore
env:
ENCODED_RELEASE_KEYSTORE: ${{ secrets.ENCODED_RELEASE_KEYSTORE }}
Expand Down

0 comments on commit e66e6ac

Please sign in to comment.