Skip to content

Commit

Permalink
🩹Fix order and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Sep 10, 2024
1 parent b8cc684 commit 164f60c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build app
run: yarn build

deploy_app:
deploy-app:
env:
NEXT_PUBLIC_BACKEND_URL: ${{vars.NEXT_PUBLIC_BACKEND_URL}}
NEXT_PUBLIC_SOROSWAP_BACKEND_API_KEY: ${{secrets.NEXT_PUBLIC_SOROSWAP_BACKEND_API_KEY}}
Expand All @@ -37,6 +37,7 @@ jobs:
NEXT_PUBLIC_TRUSTLINE_WALLET_PUBLIC_KEY: ${{vars.NEXT_PUBLIC_TRUSTLINE_WALLET_PUBLIC_KEY}}
NEXT_PUBLIC_TEST_TOKENS_ADMIN_SECRET_KEY: ${{secrets.NEXT_PUBLIC_TEST_TOKENS_ADMIN_SECRET_KEY}}
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/[email protected]

Expand All @@ -49,6 +50,7 @@ jobs:

run-tests:
runs-on: ubuntu-latest
needs: deploy-app
steps:
- uses: actions/[email protected]

Expand Down

0 comments on commit 164f60c

Please sign in to comment.