Skip to content

Commit df832b1

Browse files
Update ci.yml
1 parent 4c01022 commit df832b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
echo "======================================="
9898
echo "$TEST_DOCKER_PULL_KEY" |docker login nvcr.io --username '$oauthtoken' --password-stdin
9999
docker run \
100+
--net=host \
100101
-v ./notebooks/api_usage_result.html:/app/input/aiva/api_usage.html \
101102
-v ./notebooks/ingest_data_result.html:/app/input/aiva/ingest_data.html \
102103
-v "$(pwd):/workspace" \
103-
-p 3001:3001 \
104104
nvcr.io/rw983xdqtcdp/auto_test_team/blueprint-github-test-image:latest \
105105
pytest -m aiva --disable-warnings --html=/workspace/aiva.html
106106

0 commit comments

Comments
 (0)