Skip to content

Commit

Permalink
Only run one command as multiple are not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
flba-eb committed Jul 16, 2024
1 parent aab8b32 commit 4af36d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
time docker run \
-v $(realpath zenoh):/src \
-v $(realpath scripts):/scripts \
-e "CI_COMMAND=/scripts/setup_host.sh && /scripts/test-zenoh.sh" \
-e "CI_COMMAND=/scripts/run_ci.sh" \
ghcr.io/flba-eb/ebcl_cicd_template:main
4 changes: 4 additions & 0 deletions scripts/run_ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh -e

/scripts/setup_host.sh
/scripts/test-zenoh.sh

0 comments on commit 4af36d8

Please sign in to comment.