We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd2b55 commit 01ca182Copy full SHA for 01ca182
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
should-skip:
7
continue-on-error: true
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
9
# Map a step output to a job output
10
outputs:
11
should-skip-job: ${{steps.skip-check.outputs.should_skip}}
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: [ubuntu-latest]
+ os: [ubuntu-18.04]
25
test-type: [unit, playback, playback-min]
26
env:
27
BROWSER_STACK_USERNAME: ${{secrets.BROWSER_STACK_USERNAME}}
0 commit comments