Skip to content

Commit

Permalink
fix: ci actions tty failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber0 committed Jan 30, 2024
1 parent 294b15e commit b6de581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuseable-aspect-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
EOF
chmod +x test_scripts/init_env.sh
docker run --name testenv -v $(pwd)/test_scripts:/test_scripts -it simonalphafang/aspect-tooling:0.0.3 /bin/bash -c /test_scripts/init_env.sh
docker run --name testenv -v $(pwd)/test_scripts:/test_scripts -i simonalphafang/aspect-tooling:0.0.3 /bin/bash -c /test_scripts/init_env.sh

0 comments on commit b6de581

Please sign in to comment.