Skip to content

Commit

Permalink
chore: change cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
rk16449 committed Mar 11, 2024
1 parent 5e7813f commit 38467cf
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@ on:
- v*.*.*

jobs:
cypress-e2e:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Check out Git repository
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install Dependencies
working-directory: "./clients/react-app"
run: npm install
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 38467cf

Please sign in to comment.