Skip to content

Commit

Permalink
[test] chore: adding github action for contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed May 25, 2024
1 parent f326ab2 commit d73a899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
runs-on: ubuntu-latest
env:
API_URL: http://localhost:5000
CONTRACT_TEST_AUTH_TOKEN: ${{ secrets.CONTRACT_TEST_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v3

Expand All @@ -33,7 +34,6 @@ jobs:
- name: Create .env file
run: |
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" > .env
echo "CONTRACT_TEST_AUTH_TOKEN=${{ secrets.CONTRACT_TEST_AUTH_TOKEN }}" >> .env
- name: Start service in docker
run: |
Expand Down

0 comments on commit d73a899

Please sign in to comment.