File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- node-version : [16.14.1, 17.8.0, 17.x]
21+ node-version : [12.x]
22+ require-successful-testpack : [true]
23+ include :
24+ - node-version : 16.x
25+ require-successful-testpack : false
26+ - node-version : lts/*
27+ require-successful-testpack : false
2228
2329 steps :
2430 - name : Checkout repository
3743 - run : yarn run lint
3844 - run : yarn run test
3945
40- - run : npx testpack-cli --test-folder=${{ github.workspace }}/packages/regex-to-strings-testpack --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
41- working-directory : ${{ github.workspace }}/packages/regex-to-strings
46+ - run : npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
47+ working-directory : ./packages/regex-to-strings
48+ # Workaround for #66
49+ continue-on-error : ${{ !matrix.require-successful-testpack }}
4250
4351 - name : Upload test coverage report to Codecov
4452 uses : codecov/codecov-action@v2.1.0
You can’t perform that action at this time.
0 commit comments