Skip to content

Commit cafb3f5

Browse files
committed
Debug container tests
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent e2698e1 commit cafb3f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
run: |
6565
mkdir -p $GITHUB_WORKSPACE/scalaresults/play-samples
6666
cd repotests/play-samples/play-scala-rest-api-example
67+
docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -w /app -t ghcr.io/appthreat/atom:main scala --version
68+
docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -w /app -t ghcr.io/appthreat/atom:main scalac --version
69+
docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -w /app -t ghcr.io/appthreat/atom:main scalasem /app /app/semantics.slices.json
6770
docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -w /app -t ghcr.io/appthreat/atom:main atom usages --extract-endpoints -l scala -o /app/app.atom -s /app/usages.slices.json /app
6871
ls -lh
6972
cp *.slices.json $GITHUB_WORKSPACE/scalaresults/play-samples

0 commit comments

Comments
 (0)