Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Dec 2, 2024
1 parent 2f64ade commit d41dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-integration-tests-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
run: |
echo "Running integration tests..."
docker run \
# allow container to start docker containers
-v /var/run/docker.sock:/var/run/docker.sock \
--network host \
danswer/danswer-integration:test \
# allow container to start docker containers
python /app/tests/integration/run.py
continue-on-error: true
id: run_tests
Expand Down

0 comments on commit d41dcbd

Please sign in to comment.