Skip to content

Commit 95c7a91

Browse files
Resume v0.0.5 release
1 parent df2c3bd commit 95c7a91

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,7 @@ on:
88
pull_request:
99

1010
jobs:
11-
test:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v3
15-
- uses: coursier/cache-action@v6
16-
- uses: coursier/setup-action@v1.3.0
17-
with:
18-
jvm: 8
19-
- name: Compile
20-
run: sbtn test:compile
21-
2211
publish:
23-
needs: test
2412
if: github.event_name == 'push'
2513
runs-on: ubuntu-latest
2614
steps:

0 commit comments

Comments
 (0)