Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 21, 2024
1 parent f62fc55 commit 356af6f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Matrix Test
on:
push:
jobs:
build-matrix:
runs-on: windows-latest
defaults:
run:
shell: powershell
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Matrix
run: |
$params = Get-Content -Path ./params.txt
echo $params

0 comments on commit 356af6f

Please sign in to comment.