Skip to content

Commit 5803e95

Browse files
authored
Merge branch 'main' into feature/js-scripting
2 parents f66ab59 + 87c7241 commit 5803e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Compile and test
133133
run: |
134134
cd backend
135-
sbt "project mockingbird-native;clean;fixCheck;test;missinglinkCheck;GraalVMNativeImage / packageBin;Docker / stage;"
135+
sbt "project mockingbird-native;clean;fixCheck;test;GraalVMNativeImage / packageBin;Docker / stage;"
136136
137137
- name: Log in to the Container registry
138138
uses: docker/login-action@v2

0 commit comments

Comments
 (0)