Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 9, 2023
1 parent a0abe1e commit 072932b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"

# Install Currents
- name: Install dependencies
run: |
yarn install --frozen-lockfile
npm ci
# Run all Cypress tests
- name: Run Cypress on Currents.dev
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"currents:custom": "npx cypress install --force && npx currents run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 072932b

Please sign in to comment.