Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 6, 2024
1 parent ccd8e2c commit 9ef7413
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
fetch-depth: 0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v11
with:
java-version: '[email protected]'
- name: Cache scala dependencies
uses: coursier/cache-action@v5
- name: Lint code
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
run: sbt ++${{ matrix.scala }}! test

publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: [lint, test]
if: github.event_name != 'pull_request'
steps:
Expand All @@ -57,6 +59,8 @@ jobs:
fetch-depth: 0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v11
with:
java-version: '[email protected]'
- name: Cache scala dependencies
uses: coursier/cache-action@v5
- name: Release artifacts
Expand Down

0 comments on commit 9ef7413

Please sign in to comment.