Skip to content

Commit

Permalink
🚧CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Jun 6, 2024
1 parent 9e34579 commit 46579ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:

jobs:
run-tests:
env:
NEXT_PUBLIC_SOROSWAP_BACKEND_API_KEY: cualquiercosa
NEXT_PUBLIC_SOROSWAP_BACKEND_URL: https://backend.soroswap.finance
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand All @@ -32,7 +35,7 @@ jobs:
run: yarn build

- name: Run app
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}}
run: yarn pm2 start next

- name: Run test
run: yarn cy:run

0 comments on commit 46579ff

Please sign in to comment.