Skip to content

Commit

Permalink
Use device tests reusable workflow as a job
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlauser committed Jun 3, 2024
1 parent a543c52 commit 0d8845d
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 0d8845d

Please sign in to comment.