mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
test
This commit is contained in:
@ -23,7 +23,7 @@ runs:
|
||||
shell: bash
|
||||
working-directory: ./core/test-reporter
|
||||
- name: Generate Report
|
||||
run: node dist/index.js ../../test-report-*/*.json
|
||||
run: ls && cd dist && ls && cd ../ && node dist/index.js ../../test-report-*/*.json
|
||||
shell: bash
|
||||
working-directory: ./core/test-reporter
|
||||
- uses: actions/github-script@v6
|
||||
|
@ -137,6 +137,7 @@ const generateRows = (specs: any) => {
|
||||
return template;
|
||||
}
|
||||
|
||||
console.log('starting')
|
||||
generateReport().then((res) => {
|
||||
console.log(res);
|
||||
});
|
||||
|
Reference in New Issue
Block a user