We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cff2d commit 7d51edcCopy full SHA for 7d51edc
.github/workflows/test.yml
@@ -45,9 +45,9 @@ jobs:
45
- name: Build
46
run: npm run build
47
- name: Unit Tests
48
- run: npm run test:unit -- --ci --runInBand,
+ run: npm run test:unit -- --ci --runInBand
49
- name: Integration Tests
50
- run: npm run test:integration -- --ci --runInBand,
+ run: npm run test:integration -- --ci --runInBand
51
52
test-playwright:
53
runs-on: ubuntu-latest
0 commit comments