From daffe662978fffe677709611c61590f782b77196 Mon Sep 17 00:00:00 2001 From: Jack Boswell Date: Tue, 30 Apr 2024 21:09:03 +1200 Subject: [PATCH] Fix PR CI workflow (#100) --- .github/workflows/pr-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 462c481..3540662 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -28,12 +28,9 @@ jobs: uses: tj-actions/verify-changed-files@v19 id: verify-built-lib with: - files: lib/index.js + files: dist/index.js # If it did change, the authro forgot to build. Fail the action - name: Verify Build Updated if: steps.verify-changed-files.outputs.files_changed == 'true' run: exit 1 - - - name: Run Tests - run: npm test