Skip to content

Commit

Permalink
Merge branch 'main' into feature/js-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman authored Jan 23, 2023
2 parents f66ab59 + 87c7241 commit 5803e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ jobs:
- name: Compile and test
run: |
cd backend
sbt "project mockingbird-native;clean;fixCheck;test;missinglinkCheck;GraalVMNativeImage / packageBin;Docker / stage;"
sbt "project mockingbird-native;clean;fixCheck;test;GraalVMNativeImage / packageBin;Docker / stage;"
- name: Log in to the Container registry
uses: docker/login-action@v2

0 comments on commit 5803e95

Please sign in to comment.