Skip to content

Commit

Permalink
Add a missed build.sh flag when building for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Nov 14, 2024
1 parent d0f7845 commit e9c0559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export IS_CI=1
mkdir -p artifacts
mkdir -p build/reports

./scripts/build.sh test -d -s Release
./scripts/build.sh test -e -d -s Release

cp build/test.log artifacts
cp -r build/TestResults.xcresult artifacts
Expand Down

0 comments on commit e9c0559

Please sign in to comment.