Skip to content

Commit

Permalink
👷‍♂️Update CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Jun 6, 2024
1 parent 66ea0ba commit fb4d2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn build

- name: Run app
run: yarn start
run: yarn pm2 start next start

- name: Run tests
run: yarn cy:run
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@lobstrco/signer-extension-api": "^1.0.0-beta.0",
"@mui/icons-material": "^5.13.7",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.10.17",
"@nightlylabs/wallet-selector-polkadot": "0.2.4",
"@polkadot/api-contract": "^10.12.6",
Expand Down Expand Up @@ -56,6 +56,7 @@
"luxon": "^3.4.4",
"next": "^14.2.3",
"npm": "^10.2.5",
"pm2": "^5.4.0",
"polished": "^4.2.2",
"qs": "^6.11.2",
"react": "^18.3.1",
Expand Down

0 comments on commit fb4d2c3

Please sign in to comment.