Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 26, 2024
1 parent 1196fe3 commit 08e3975
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ 'checksecret' ]
strategy:
fail-fast: false
matrix:
scala: [ '2.12', '2.13', '3' ]
steps:
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
needs: [ 'build', 'checksecret' ]
if: needs.checksecret.outputs.HAVE_SECRETS == 'true'
strategy:
fail-fast: false
matrix:
scala: [ '2.12', '2.13', '3' ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion devops/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -e
set -x

source ./devops/env.sh
source ./devops/.env.sh

sbt -batch -no-colors -v clean coverage "'$VERSION_COMMAND test'" "'$VERSION_COMMAND coverageReport'"
2 changes: 1 addition & 1 deletion devops/publish-scala.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -x

source ./devops/env.sh
source ./devops/.env.sh

[[ "$CI_PULL_REQUEST" != "false" ]] && exit 0
[[ -z "$TOKEN_NUGET" ]] && exit 0
Expand Down

0 comments on commit 08e3975

Please sign in to comment.