Skip to content

Commit

Permalink
Update to the latest setup-scala.
Browse files Browse the repository at this point in the history
This release automatically sets the environment variable `CI=true` so
that CI-related logic gets picked up the same way it does on Travis.
I'm surprised this variable is not set by default in GitHub Actions.
  • Loading branch information
Olafur Pall Geirsson committed Nov 27, 2019
1 parent d7e4dc5 commit 7b1cd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-scala@v6
- name: Run unit tests
run: bin/test.sh "unit/test"
shell: bash
Expand Down

0 comments on commit 7b1cd4a

Please sign in to comment.