mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-01-11 18:14:17 +02:00
Fix command for teardown test env in GitHub Actions
This commit is contained in:
parent
e9de025f7e
commit
31d6570cd7
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
run: make test
|
||||
|
||||
- name: Teardown test environment
|
||||
run: make test-env-up
|
||||
run: make test-env-down
|
||||
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user