Skip to content

Commit

Permalink
feat: ensure live packager tests run in actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee.fordyce committed Jan 23, 2024
1 parent 3d1ce09 commit 90e0bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
os: ${{ fromJSON(needs.build_matrix_config.outputs.OS) }}
build_type: ["Debug", "Release"]
lib_type: ["static", "shared"]
live_packager_tests: ["enabled", "disables"]
live_packager_tests: ["enabled", "disabled"]

name: ${{ matrix.os_name }} ${{ matrix.target_arch }} ${{ matrix.build_type }} ${{ matrix.lib_type }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 90e0bd2

Please sign in to comment.