Skip to content

Commit 32bad61

Browse files
committed
fix: Final test invocation tweaks
1 parent 52e57e8 commit 32bad61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: npm clean-install
3939
- name: Ensure dependencies are compatible with the version of node
4040
run: npx ls-engines
41-
- run: aa-exec --profile=chrome npm run test:e2e:cov
41+
- run: aa-exec --profile=chrome npm run test:e2e
4242

4343
test:
4444
runs-on: ubuntu-latest

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Lint
3131
run: npm run lint
3232
- name: Test
33-
run: aa-exec --profile=chrome npm run test:e2e:co
33+
run: aa-exec --profile=chrome npm run test:e2e
3434
- name: Build
3535
run: npm run build
3636
- name: Release

0 commit comments

Comments
 (0)