diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 09b8370..9ec785c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 18.x - run: npm ci - - run: npm run test:ci + - run: npm run test:concurrently test-build: name: Test Build