mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
add helpful ls
This commit is contained in:
parent
12b62dc266
commit
8664b4e8d8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/package-pr.yaml
vendored
1
.github/workflows/package-pr.yaml
vendored
|
@ -126,6 +126,7 @@ jobs:
|
|||
do
|
||||
TEST_RUNTIME=$(awk -F. '{print $2}' <<< $(basename $tscript))
|
||||
echo Running $tscript with runtime=$TEST_RUNTIME
|
||||
docker run --network container:api -v "$PWD/cli:/app" -v "$PWD/$(dirname $tscript):/pkg" ls -R
|
||||
docker run --network container:api -v "$PWD/cli:/app" -v "$PWD/$(dirname $tscript):/pkg" node:15 ./dist/index.js run $TEST_RUNTIME -l $PKG_VERSION /pkg/$(basename $tscript) > test_output
|
||||
cat test_output
|
||||
grep "OK" test_output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue