Skip to content

Commit

Permalink
Only build bundles for Linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Aug 23, 2024
1 parent 7ae19ff commit ba4e961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
pkill hc-run-local
- name: Build scenario bundles
if: runner.os == 'Linux'
run: |
set -euxo pipefail
Expand All @@ -222,6 +223,7 @@ jobs:
scenario_names | xargs -I % cp % dist/
- name: Archive scenario bundles
if: runner.os == 'Linux'
uses: actions/upload-artifact@v4
with:
name: scenario-bundles
Expand Down

0 comments on commit ba4e961

Please sign in to comment.