File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11name : Smoke test
22
33on :
4- schedule :
4+ schedule : # Every Sunday at midnight
55 - cron : ' 0 0 * * SUN'
6- workflow_dispatch :
6+ workflow_dispatch : # Manual trigger
77 release :
88 types : [published]
99
10+ permissions :
11+ issues : write # To create issues for test results
12+
1013jobs :
1114 test :
1215 runs-on : ubuntu-latest
2730 pnpm install
2831 pnpm run build
2932
30- - run : pnpm link
31- working-directory : ./dist
32-
33- - run : pnpm link eslint-plugin-testing-library
34-
3533 - uses : AriPerkkio/eslint-remote-tester-run-action@v4
3634 with :
37- issue-title : ' Results of weekly scheduled smoke test'
38- eslint-remote-tester-config : tests/eslint-remote-tester.config.js
35+ issue-title : ' Results of smoke test'
36+ issue-label : ' smoke-test'
37+ eslint-remote-tester-config : eslint-remote-tester.config.ts
You can’t perform that action at this time.
0 commit comments