Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Oct 3, 2024
1 parent af04567 commit 0533720
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gha-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
Postgres:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: golang:1.23
services:
postgres:
Expand All @@ -24,8 +24,9 @@ jobs:
go-version: 1.23
- name: Run integration test
run: PG_HOST=postgres make postgres-itest

MySQL:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: golang:1.23
services:
mysql:
Expand All @@ -45,8 +46,9 @@ jobs:
go-version: 1.23
- name: Run integration test
run: MYSQL_HOST=mysql make mysql-itest

MongoDB:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: golang:1.23
services:
mongo:
Expand Down

0 comments on commit 0533720

Please sign in to comment.