Skip to content

Commit

Permalink
Revert "Resume v0.0.5 release"
Browse files Browse the repository at this point in the history
This reverts commit 95c7a91.
  • Loading branch information
alexarchambault committed Apr 18, 2023
1 parent 95c7a91 commit 6218565
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1.3.0
with:
jvm: 8
- name: Compile
run: sbtn test:compile

publish:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6218565

Please sign in to comment.