From 799effd487fe702ef328d25dc8fba3ce9ac3cbab Mon Sep 17 00:00:00 2001 From: mrjvs Date: Thu, 28 Sep 2023 19:50:31 +0200 Subject: [PATCH] fix integration test CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d7c184..c23302f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: run: npm run test - name: Run integration tests - run: npm run test:integration + run: npm run build && npm run test:integration - name: Run linting run: npm run lint