Skip to content

Commit

Permalink
Install nvm in android-device-test
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Nov 5, 2024
1 parent fa861b3 commit 2108ede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-device-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- id: parent_workflow
run: |
conclusion=$(curl ${{ github.event.workflow_run.jobs_url }} | jq -r '.jobs[] | select(.name == "android-build").conclusion')
Expand Down

0 comments on commit 2108ede

Please sign in to comment.