From 2c8f1ce6b7412e8e6b4f787f9579a0b1a0d152db Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:17:18 +0100 Subject: [PATCH] remove tests that are already included in azure-pipelines --- .github/workflows/test-backoffice.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-backoffice.yml b/.github/workflows/test-backoffice.yml index f55fb2a24f..2dc10d34b1 100644 --- a/.github/workflows/test-backoffice.yml +++ b/.github/workflows/test-backoffice.yml @@ -39,5 +39,3 @@ jobs: - run: npm run lint:errors - run: npx playwright install --with-deps - run: npm test - - run: npm run check:paths - - run: npm run generate:jsonschema:dist