Skip to content

Commit

Permalink
Don't run missinglink in back-build-native
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Jan 23, 2023
1 parent b726ba5 commit 87c7241
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
Expand Up @@ -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
Expand Down

0 comments on commit 87c7241

Please sign in to comment.