Skip to content

Commit

Permalink
Run functional test workflows on Ubuntu 20.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 a151e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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-20.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
4 changes: 2 additions & 2 deletions .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-20.04

services:
postgres:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
${{ env.working-directory }}/tests/reports/
retention-days: 5
startup-docker-compose-test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
COMPOSE_TEST: True
steps:
Expand Down

0 comments on commit a151e81

Please sign in to comment.