diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c848347..bd40647 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -59,4 +60,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: Build Artifacts - path: XIVSplits/bin/ \ No newline at end of file + path: XIVSplits/bin/