Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TaxBusby committed Nov 7, 2023
1 parent d5aaa12 commit 70c00b6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
image:
- "ubuntu-22.04"
- "ubuntu-22.04"
- "ubuntu-20.04"
- "macos-13"
Expand Down Expand Up @@ -164,22 +163,16 @@ jobs:
strategy:
matrix:
image:
- "ubuntu-22.04"
- "ubuntu-22.04"
- "ubuntu-20.04"
- "macos-13"
- "macos-11"
- "macos-12"
- "windows-2022"
- "windows-2019"
force:
- 'true'
- 'false'
version:
- '1.5'
- '1.6'
- '1.7'
name: "Test Action - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})"
name: "Test Action (Container) - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})"
runs-on: ${{ matrix.image }}
container:
image: node:18.12.1
Expand Down

0 comments on commit 70c00b6

Please sign in to comment.