We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f66ab59 + 87c7241 commit 5803e95Copy full SHA for 5803e95
.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
132
- name: Compile and test
133
run: |
134
cd backend
135
- sbt "project mockingbird-native;clean;fixCheck;test;missinglinkCheck;GraalVMNativeImage / packageBin;Docker / stage;"
+ sbt "project mockingbird-native;clean;fixCheck;test;GraalVMNativeImage / packageBin;Docker / stage;"
136
137
- name: Log in to the Container registry
138
uses: docker/login-action@v2
0 commit comments