Skip to content

Commit

Permalink
Merge pull request #636 from 0xPolygonID/update_github_action
Browse files Browse the repository at this point in the history
chore: update github action
  • Loading branch information
martinsaporiti authored Mar 22, 2024
2 parents b0b1f2c + f323b5c commit d417081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Create .env-api
run: |
touch .env-api
- run: make build/docker

- name: Configure AWS credentials
Expand Down

0 comments on commit d417081

Please sign in to comment.