Skip to content

Commit

Permalink
added testing for various inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpictures authored Nov 5, 2023
1 parent 0910dac commit 2bd2656
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,24 @@ jobs:

- name: Add GTK
uses: ./

test-inputs:

name: Test out the inputs
strategy:
fail-fast: false
matrix:
refs: [latest, 2022-01-04, MSY2-version, 2021-01-30, 27bc126]
runs-on: windows-latest

steps:

- name: Checkout the actions file
uses: actions/checkout@v4
with:
sparse-checkout: .

- name: Add GTK
uses: ./
with:
ref: ${{ matrix.refs }}

0 comments on commit 2bd2656

Please sign in to comment.