diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5847150..b9efc20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Run tests run: | mkdir reports - npm run unit -- --reporter spec --reporter junit:reports/${{GITHUB_ACTION$}}.xml + npm run unit -- --reporter spec --reporter junit:reports/${{GITHUB_ACTION}}.xml - name: Test Report uses: dorny/test-reporter@v1