Skip to content

Commit

Permalink
Try expanding matrix differently
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 1, 2024
1 parent ce71e6d commit 1b02eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
tests-cache-packages:
name: "Test (${{ matrix.os }} ${{ matrix.shell }}, caching: ${{ matrix.cache }})"
name: "Test (${{ matrix.os }}, ${{ matrix.shell }}, caching: ${{ matrix.cache }})"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
cache: ["none", "packages", "venv"]
shell: ["bash"]
include:
- shell: bash
- os: windows-latest
shell: pwsh

Expand Down

0 comments on commit 1b02eae

Please sign in to comment.