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 d6a6e21 commit 070f151Copy full SHA for 070f151
.github/workflows/run_pathways_tests_internal.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: Install prerequisites on the self-hosted runner for Pathways
41
run: |
42
echo "Setting up the prerequisites"
43
- apt-get install docker
44
- apt-get install docker-compose-plugin
+ apt-get install -y docker --quiet
+ apt-get install -y docker-compose-plugin --quiet
45
docker compose version # To ensure docker compose is installed
46
gcloud auth configure-docker us-docker.pkg.dev --quiet
47
- uses: actions/checkout@v4
0 commit comments