We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b957d0 + b01b46c commit 6596ad4Copy full SHA for 6596ad4
.github/workflows/rust.yaml
@@ -19,4 +19,4 @@ jobs:
19
- name: Build image
20
run: docker build -t agent .
21
- name: Run tests
22
- run: docker run -it -v $PWD:/agent agent ./tests.sh
+ run: docker run -v $PWD:/agent agent ./tests.sh
0 commit comments