Skip to content

Commit

Permalink
fix: auto cleaned ci container
Browse files Browse the repository at this point in the history
Signed-off-by: Zilin Fang <[email protected]>
  • Loading branch information
Barber0 authored Feb 22, 2024
1 parent a857ccb commit 2c3514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aspect-test-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node $1
EOF
cat > test_scripts/run.sh << EOF
docker run --name testenv -v $(pwd)/test_scripts:/test_scripts -i simonalphafang/aspect-tooling:0.0.4 /bin/bash -c /test_scripts/init_env.sh $1
docker run --rm --name testenv -v $(pwd)/test_scripts:/test_scripts -i simonalphafang/aspect-tooling:0.0.4 /bin/bash -c /test_scripts/init_env.sh $1
EOF
chmod +x -R test_scripts/
Expand Down

0 comments on commit 2c3514f

Please sign in to comment.