Skip to content

Commit 070f151

Browse files
committed
Formalize the changes.
1 parent d6a6e21 commit 070f151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_pathways_tests_internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Install prerequisites on the self-hosted runner for Pathways
4141
run: |
4242
echo "Setting up the prerequisites"
43-
apt-get install docker
44-
apt-get install docker-compose-plugin
43+
apt-get install -y docker --quiet
44+
apt-get install -y docker-compose-plugin --quiet
4545
docker compose version # To ensure docker compose is installed
4646
gcloud auth configure-docker us-docker.pkg.dev --quiet
4747
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)