Skip to content

Commit

Permalink
♻️Refactor ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Jun 6, 2024
1 parent 5e74006 commit 9e34579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: yarn build

- name: Run app
run: yarn pm2 start next
run: yarn pm2 start next NEXT_PUBLIC_SOROSWAP_BACKEND_API_KEY=${{secrets.NEXT_PUBLIC_SOROSWAP_BACKEND_API_KEY}} NEXT_PUBLIC_SOROSWAP_BACKEND_URL=${{secrets.NEXT_PUBLIC_SOROSWAP_BACKEND_URL}}

- name: Run test
run: yarn cy:run

0 comments on commit 9e34579

Please sign in to comment.