Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
VA-GS committed Oct 2, 2024
1 parent 70f07c7 commit 0b1b414
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@ jobs:
strategy:
fail-fast: false
matrix:
fruit: [apple, pear]
os: [macos-latest, windows-latest, ubuntu-latest]
configuration: [release, debug]
animal: [cat, dog]
include:
- color: green
- color: pink
animal: cat
- fruit: apple
- os: macos-latest
shape: circle
- fruit: banana
- fruit: banana
- os: banana
- os: banana
animal: cat

runs-on: windows-latest
steps:
- name: Test
run: |
echo "${{ matrix.fruit }} ${{ matrix.animal }} ${{ matrix.color }} ${{ matrix.shape }}"
echo "${{ matrix.os }} ${{matrix.configuration}} ${{ matrix.animal }} ${{ matrix.color }} ${{ matrix.shape }}"

0 comments on commit 0b1b414

Please sign in to comment.