We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e57e8 commit 32bad61Copy full SHA for 32bad61
.github/workflows/pull_request.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: npm clean-install
39
- name: Ensure dependencies are compatible with the version of node
40
run: npx ls-engines
41
- - run: aa-exec --profile=chrome npm run test:e2e:cov
+ - run: aa-exec --profile=chrome npm run test:e2e
42
43
test:
44
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Lint
31
run: npm run lint
32
- name: Test
33
- run: aa-exec --profile=chrome npm run test:e2e:co
+ run: aa-exec --profile=chrome npm run test:e2e
34
- name: Build
35
run: npm run build
36
- name: Release
0 commit comments