File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,13 @@ name: Tests
33on :
44 push :
55 branches : [main, develop]
6- paths-ignore :
7- - ' demo/**'
86 pull_request :
97 branches : [main, develop]
108 schedule :
119 # 00:00 on Saturdays
1210 - cron : ' 0 0 * * SAT'
1311 workflow_dispatch :
1412
15- defaults :
16- run :
17- working-directory : ./packages/regex-to-strings
18-
1913jobs :
2014 test :
2115 name : Test
@@ -46,14 +40,15 @@ jobs:
4640 with :
4741 node-version : ${{ matrix.node-version }}
4842
49- - run : yarn workspaces focus
43+ - run : yarn
5044 - run : npx prettier --check .
5145 working-directory : ./
52- - run : yarn run -T build
53- - run : yarn run -T lint
46+ - run : yarn run build
47+ - run : yarn run lint
5448 - run : yarn run test
5549
5650 - run : npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
51+ working-directory : ./packages/regex-to-strings
5752 # Workaround for #66
5853 continue-on-error : ${{ !matrix.require-successful-testpack }}
5954
You can’t perform that action at this time.
0 commit comments