Skip to content

Commit

Permalink
Resume v0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Apr 17, 2023
1 parent df2c3bd commit 95c7a91
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,7 @@ 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 95c7a91

Please sign in to comment.