From 705d0da9f47d803274649c68ba1247c32ac1149e Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Sat, 13 Jan 2024 13:45:30 -0500 Subject: [PATCH] ci: :adhesive_bandage: fix path of ci script --- .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 fc0d2fe..2edb4ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,4 +74,4 @@ jobs: - run: npm ci --ignore-scripts - name: Test - run: npm run test:nobuild + run: npm run test