mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
fix syntax error
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user