Skip to content

Commit

Permalink
Use blank zip as assets in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Oct 10, 2023
1 parent 44233b1 commit be42869
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- name: test
run: |
touch Fomalhaut2/assets.zip
cp Fomalhaut2Tests/fixture/empty.zip Fomalhaut2/assets.zip
set -o pipefail && xcodebuild -target Fomalhaut2Tests -scheme Fomalhaut2 -clonedSourcePackagesDirPath .build clean test | xcpretty
Binary file added Fomalhaut2Tests/fixture/empty.zip
Binary file not shown.

0 comments on commit be42869

Please sign in to comment.