Skip to content

Commit

Permalink
Run functional test workflows on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Apr 24, 2024
1 parent 2c3327a commit ee2013b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
functional-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
backend-directory: ./backend
working-directory: ./frontend
Expand All @@ -27,10 +27,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
mailhog:
image: mailhog/mailhog
ports: [
"1025:1025",
"8025:8025"
]
ports: ["1025:1025", "8025:8025"]

strategy:
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
startup-functional-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

services:
postgres:
Expand Down

0 comments on commit ee2013b

Please sign in to comment.