We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d85e2b commit cf0dccaCopy full SHA for cf0dcca
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
npm run build
28
npm run test
29
- name: Create test summary
30
- uses: ./bin
+ uses: ./dist
31
with:
32
paths: test/results/*.xml
33
output: test/results/results.html
0 commit comments