Skip to content

Commit

Permalink
Update the rest of test work flows
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 22, 2023
1 parent 9ae10f6 commit cf7a008
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: browser-actions/setup-chrome@v1

- uses: ./.github/workflows/yarn

- name: Install Cypress
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: browser-actions/setup-chrome@v1

- uses: ./.github/workflows/yarn

- name: Install Cypress
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/safe-apps-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: browser-actions/setup-chrome@v1

- uses: ./.github/workflows/yarn

- name: Install Cypress
Expand Down

0 comments on commit cf7a008

Please sign in to comment.