Skip to content

Commit

Permalink
- add cypress as devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
psmithshine committed Jul 18, 2024
1 parent 455b5eb commit e9b699d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: yarn workspace shared build
- run: yarn workspace server build
- run: yarn workspace client build
- run: yarn add cypress --dev
# Fix version so that it doesn't advance over time unless we want it to
- uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit e9b699d

Please sign in to comment.