Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Sep 17, 2023
1 parent a7e9c17 commit f953a51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
test:
strategy:
fail-fast: false
env:
CODESPACES: True
matrix:
variant: [devcontainer, wsl, gnome]
os: [ubuntu-20.04, ubuntu-22.04]
Expand All @@ -21,5 +23,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- run: |
scripts/test.sh --variant "${{ matrix.variant }}" --os "${{ matrix.os }}"

0 comments on commit f953a51

Please sign in to comment.