Skip to content

Commit

Permalink
Use Scala CLI nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Apr 15, 2022
1 parent 7bfd62f commit 600f60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
apps: scala-cli:0.1.3
- name: Test
run: scala-cli test . --cross --require-tests
run: scala-cli --cli-version 0.1.3-76-gc1a61129-SNAPSHOT test . --cross --require-tests

publish:
needs: test
Expand All @@ -34,7 +34,7 @@ jobs:
with:
apps: scala-cli:0.1.3
- name: Release
run: scala-cli publish . --cross
run: scala-cli --cli-version 0.1.3-76-gc1a61129-SNAPSHOT publish . --cross
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down

0 comments on commit 600f60f

Please sign in to comment.