Skip to content

Commit

Permalink
Revert "CI: Ignore Ubuntu 20.04 failures (#4076)" (#4121)
Browse files Browse the repository at this point in the history
This reverts commit 8c57d38.
  • Loading branch information
ferdnyc authored May 6, 2021
1 parent 0ceb52d commit d907ec1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@ on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allowed-to-fail }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-18.04
allowed-to-fail: false
- os: ubuntu-20.04
allowed-to-fail: true
os: [ubuntu-18.04, ubuntu-20.04]
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- name: Check out code
uses: actions/checkout@v2

- name: Install dependencies
run: |
Expand Down

0 comments on commit d907ec1

Please sign in to comment.