fix syntax error

This commit is contained in:
Liam DeBeasi
2023-05-19 11:12:48 -04:00
parent a9253b1200
commit 4261329c36

View File

@ -26,7 +26,7 @@ runs:
shell: bash
working-directory: ./core/test-reporter
- name: Generate Report
run: node dist/index.js ../../../test-report-*/*.json
run: node dist/index.js "../../../test-report-*/*.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository.repo }}