Skip to content

Commit

Permalink
Update test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding authored Oct 4, 2023
1 parent 19ea893 commit 16d0155
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
working-directory: XIVSplits/
shell: bash
strategy:
fail-fast: false
matrix:
dotnet-version: [7.0.x] # Can add multiple .NET versions here to test against (For example, testing a new version of .NET before it's released)
dalamud-version: ["latest"] # Can add multiple Dalamud branches here to test against (For example, testing against Dalamud staging)
dalamud-version: ["", "v9", "stg"] # Can add multiple Dalamud branches here to test against - empty string means live latest.
env:
DALAMUD_HOME: /tmp/dalamud
IsCI: true
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Build Artifacts
path: XIVSplits/bin/
path: XIVSplits/bin/

0 comments on commit 16d0155

Please sign in to comment.