Skip to content

Commit

Permalink
Update workflows to use ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 25, 2024
1 parent b30caac commit b117e8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deploy:
name: Deploy app
runs-on: ubuntu
runs-on: ubuntu-20.04
steps:
- name: Set up SSH and deploy
uses: appleboy/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
integration-tests:
runs-on: ubuntu
runs-on: ubuntu-20.04
defaults:
run:
working-directory: integration_test
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
path: integration_test/allure-results

publish-report:
runs-on: ubuntu
runs-on: ubuntu-20.04
if: always()
needs: integration-tests
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
unit-tests:
runs-on: ubuntu
runs-on: ubuntu-20.04
defaults:
run:
working-directory: .
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
path: allure-results

publish-report:
runs-on: ubuntu
runs-on: ubuntu-20.04
if: always()
needs: unit-tests
steps:
Expand Down

0 comments on commit b117e8c

Please sign in to comment.