Skip to content

Commit

Permalink
chore: workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
janwvjaarsveld committed Aug 20, 2024
1 parent 097e307 commit 2371702
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test strategy
on: workflow_dispatch

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson({"include":[{"node":14,"something":"else"}]}) }}
steps:
- run: echo "Mock test logs ${{ strategy.job-index }}"
- run: echo "Mock test logs ${{ matrix.test-group }} ${{ matrix.node }} ${{ matrix.something }}"

0 comments on commit 2371702

Please sign in to comment.