We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7295239 commit 47dbc8bCopy full SHA for 47dbc8b
.github/workflows/ui-test.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
UITest:
15
name: UI Tests
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v2
.github/workflows/web-api.yml
BackendSuite:
name: Backend Tests
services:
redis:
image: redis
0 commit comments