Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 28, 2024
1 parent b389eca commit a244533
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ 'checksecret' ]
strategy:
fail-fast: false
matrix:
java: [ '11', '17' ]
scala: [ '2.12', '2.13', '3' ]
Expand Down Expand Up @@ -72,10 +73,12 @@ jobs:
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91
if: github.ref == 'develop'

build-js:
runs-on: ubuntu-latest
needs: [ 'checksecret' ]
strategy:
fail-fast: false
matrix:
java: [ '11', '17' ]
scala: [ '2.12', '2.13', '3' ]
Expand Down Expand Up @@ -159,6 +162,7 @@ jobs:
needs: [ 'build-jvm', 'build-js', 'checksecret' ]
if: needs.checksecret.outputs.HAVE_SECRETS == 'true'
strategy:
fail-fast: false
matrix:
java: [ '11' ]
scala: [ '2.12', '2.13', '3']
Expand Down

0 comments on commit a244533

Please sign in to comment.