Skip to content

Commit

Permalink
Switch to SBT CI Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilner committed Feb 6, 2024
1 parent cc7d2de commit a01bede
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: temurin:11
- name: Lint
run: sbt "scalafmtSbtCheck;scalafmtCheckAll"
- name: Test
run: sbt "test"
run: sbt "+test"
env:
APP_MAUTH_UUID: 398ea708-50eb-499f-98d3-14cc7692668c
APP_MAUTH_PRIVATE_KEY: ${{ secrets.FAKE_PRIVATE_KEY }}
- name: Release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: sbt ci-release
Expand Down

0 comments on commit a01bede

Please sign in to comment.