Skip to content

Commit

Permalink
chore: different run
Browse files Browse the repository at this point in the history
  • Loading branch information
rk16449 committed Mar 11, 2024
1 parent 0a19110 commit af7fbef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
working-directory: "./clients/react-app"
run: npm install
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: "./clients/react-app"
build: npm run build
start: npm start
working-directory: "./clients/react-app"
run: npm run cypress:run
release:
permissions: write-all
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit af7fbef

Please sign in to comment.