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.
1 parent d2ba6e9 commit b01b46cCopy full SHA for b01b46c
.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