From bcbcb6871595d262642107831e98804b4dc06ed0 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Sat, 31 Aug 2024 13:48:56 +0300 Subject: [PATCH] npm commands are for inside Docker --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8258b26..593ff6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: npm run lint - name: Test - run: npm run test + run: composer test - name: Check mess run: npm run mess -- -- --ignore-violations-on-exit