Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run zstd checks against all operating systems
  • Loading branch information
henrymercer committed Sep 24, 2024
commit fa91789e8164e315bfac75afbb66a19a6144d3c7
4 changes: 4 additions & 0 deletions .github/workflows/__zstd-bundle-fallback.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .github/workflows/__zstd-bundle.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pr-checks/checks/zstd-bundle-fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: "Tests the fallback for when downloading a Zstandard-compressed Cod
versions:
- linked
operatingSystems:
- macos
- windows
- ubuntu
env:
CODEQL_ACTION_ZSTD_BUNDLE: true
Expand Down
2 changes: 2 additions & 0 deletions pr-checks/checks/zstd-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: "Tests the feature flag that downloads a Zstandard-compressed CodeQ
versions:
- linked
operatingSystems:
- macos
- windows
- ubuntu
Comment thread
henrymercer marked this conversation as resolved.
env:
CODEQL_ACTION_ZSTD_BUNDLE: true
Expand Down