Skip to content

Commit

Permalink
Add inter-job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-sousa committed Aug 8, 2024
1 parent e26defe commit beb8c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:

build-js:
name: Build JS
needs: build-java
strategy:
fail-fast: false
matrix:
fail-fast: false
node-version: ['20.x', '18.x']
os: [ubuntu-latest, windows-latest, macos-latest]

Expand Down

0 comments on commit beb8c4d

Please sign in to comment.