Skip to content

Commit

Permalink
Removed unnecessary condition from the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarvardt committed Aug 25, 2021
1 parent f9c9402 commit cb9f747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Run tests
if: success()
run: go test -cover ./... -coverprofile=coverage.txt -covermode=atomic
env:
POSTGRES_DSN: postgres://goengine:goengine@localhost:${{ job.services.postgres.ports[5432] }}/goengine?sslmode=disable

0 comments on commit cb9f747

Please sign in to comment.