mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
test
This commit is contained in:
@ -23,7 +23,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./core/test-reporter
|
working-directory: ./core/test-reporter
|
||||||
- name: Generate Report
|
- 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
|
shell: bash
|
||||||
working-directory: ./core/test-reporter
|
working-directory: ./core/test-reporter
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v6
|
||||||
|
@ -137,6 +137,7 @@ const generateRows = (specs: any) => {
|
|||||||
return template;
|
return template;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('starting')
|
||||||
generateReport().then((res) => {
|
generateReport().then((res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user