Skip to content

Commit

Permalink
Cross compile tests
Browse files Browse the repository at this point in the history
andrewgee committed Jan 26, 2024
1 parent 173d8c9 commit e3bd4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
run: docker-compose up -d

- name: Run tests
run: sbt test it/test
run: sbt +test +it/test

- name: Import GPG key
if: ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -51,4 +51,4 @@ jobs:
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}
GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}

0 comments on commit e3bd4ca

Please sign in to comment.