1
0
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:
Vasiliy Vasilyuk 2023-10-05 17:51:26 +03:00
parent e9de025f7e
commit 31d6570cd7
No known key found for this signature in database
GPG Key ID: ABDC64414756A7B6

View File

@ -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