Skip to content

Commit

Permalink
fix go test path
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush7833 committed Jun 9, 2024
1 parent ded4481 commit effac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
run: |
cd test
go test l,l
go test
- name: Build and push Docker image
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit effac98

Please sign in to comment.