Commit aa155731 authored by Vaibhav Sagar's avatar Vaibhav Sagar

.github/workflows/ci.yml: remove flakiness check

parent 2de36f74
......@@ -32,20 +32,14 @@ jobs:
linux:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.versions.flaky }}
strategy:
matrix:
versions:
- stack-yaml: 'stack-8.0.yaml'
flaky: true
- stack-yaml: 'stack-8.2.yaml'
flaky: false
- stack-yaml: 'stack-8.4.yaml'
flaky: false
- stack-yaml: 'stack.yaml'
flaky: false
- stack-yaml: 'stack-8.8.yaml'
flaky: false
steps:
- uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment