Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Oct 17, 2024
1 parent f778abc commit 99d751e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
lint:
name: Lint code
runs-on: ubuntu:22.04
runs-on: ubuntu-22.04
env:
DATABASE_USERNAME: postgres
DATABASE_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
test:
name: Test
runs-on: ubuntu:22.04
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_census_sms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
test:
name: Test Census SMS
runs-on: ubuntu:22-04
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
test:
name: Test Stats
runs-on: ubuntu:22.04
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_valid_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
test:
name: Test Valid Auth
runs-on: ubuntu:22-04
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
Expand Down

0 comments on commit 99d751e

Please sign in to comment.