Skip to content

Commit

Permalink
run with bash -x
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 10, 2024
1 parent d8f1b94 commit 01ef909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
export ARCHDIR=$ARCH; export EUSDIR=/ws/euslisp; export PATH=\$EUSDIR/\$ARCHDIR/bin:\$PATH; \
cd \$EUSDIR; \
curl -sLo euslisp-all-test https://salsa.debian.org/science-team/euslisp/-/raw/master/debian/tests/euslisp-all-test; \
bash ./euslisp-all-test; \
bash -x ./euslisp-all-test; \
exit 0"
osx:
Expand Down

0 comments on commit 01ef909

Please sign in to comment.