Skip to content

Commit f340a53

Browse files
back to using cypress/github-action directly
1 parent c11547e commit f340a53

File tree

2 files changed

+2
-124
lines changed

2 files changed

+2
-124
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
run: npm install -g pnpm@10
5353

5454
- name: Install dependencies
55-
uses: ./
55+
uses: cypress-io/github-action@v6
5656
with:
5757
working-directory: examples/start-and-pnpm-workspaces
5858
runTests: false
5959

6060
- name: Cypress tests
61-
uses: ./
61+
uses: cypress-io/github-action@v6
6262
with:
6363
install: false
6464
working-directory: examples/start-and-pnpm-workspaces/packages/workspace-1

action.yml

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)