diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8907abc..74f508f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,4 +27,4 @@ jobs: run: npm install - name: Run tests - run: npm test \ No newline at end of file + run: npm run testGA \ No newline at end of file