Skip to content

Commit 47dbc8b

Browse files
Lilykospamfilos
authored andcommitted
tests: pin OS version
Signed-off-by: Ilias Koutsakis <[email protected]>
1 parent 7295239 commit 47dbc8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ui-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
UITest:
1515
name: UI Tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-18.04
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2

.github/workflows/web-api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
BackendSuite:
1515
name: Backend Tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-18.04
1717
services:
1818
redis:
1919
image: redis

0 commit comments

Comments
 (0)