From 87c7241061e7310cf55ac793a0c134242d403a0d Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Mon, 23 Jan 2023 19:52:47 +0100 Subject: [PATCH] Don't run missinglink in back-build-native --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e270dbe..2591e0a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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