Skip to content

Commit 18183ad

Browse files
Update test.yml
1 parent 77e3c9d commit 18183ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: unit tests (jest+playwright)
3333
run: npm run test:jest-unit -- -ci
3434
- uses: microsoft/playwright-github-action@v1.3.0
35-
name: e2e tests
35+
- name: e2e tests
3636
run: npm run test:jest-e2e -- --ci
3737
- name: Upload artifacts (diff output)
3838
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)