Skip to content

Commit ea6ffbc

Browse files
NicMcPheekklamberty
andcommitted
Change version of cypress-io/github-action
The version listed on their web site is `v2`, but when you click through to the "install" page is says to use `v1.16.1`. It's not clear that this will actually help anything, but we'll try. Co-authored-by: K.K. Lamberty <lamberty@morris.umn.edu>
1 parent 22ab514 commit ea6ffbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies (npm ci)
2222
run: npm ci
2323
working-directory: ./phone-store
24-
- name: Run unit tests (npm run test)
24+
- name: Run unit tests (Karma)
2525
run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
2626
working-directory: ./phone-store
2727
e2e-tests:
@@ -42,5 +42,5 @@ jobs:
4242
- name: Install dependencies (npm ci)
4343
run: npm ci
4444
working-directory: ./phone-store
45-
- name: Run e2e tests
46-
uses: cypress-io/github-action@v2
45+
- name: Run e2e tests (Cypress)
46+
uses: cypress-io/github-action@v1.16.1

0 commit comments

Comments
 (0)