Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 1, 2024
1 parent 8c57ef9 commit 9ef1c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gha-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run Postgres integration test
- name: Run integration test
run: PG_HOST=postgres make postgres-itest
MySQL:
runs-on: ubuntu-latest
Expand All @@ -32,5 +32,5 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run MySQL integration test
- name: Run integration test
run: make mysql-itest

0 comments on commit 9ef1c71

Please sign in to comment.