diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index db509d8..f75cab8 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -10,6 +10,7 @@ jobs: build-and-test: name: Build and Test runs-on: ${{ matrix.os }} + container: ${{ matrix.container }} strategy: fail-fast: false @@ -19,6 +20,11 @@ jobs: - macos-latest - windows-latest + include: + - os: ubuntu-latest + container: i386/ubuntu:bionic + + steps: - uses: actions/checkout@v2