1 parent 5f0dfbd commit 9d729aeCopy full SHA for 9d729ae
1 file changed
.github/workflows/server.test.yml
@@ -55,9 +55,8 @@ jobs:
55
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
56
run: |
57
run-with-summary \
58
- docker compose exec operations \
59
- ansible-playbook ${ANSIBLE_PLAYBOOK} \
60
- --extra-vars operations_github_api_token=${RUNNER_GITHUB_TOKEN}
+ ansible-playbook ${ANSIBLE_PLAYBOOK} \
+ --extra-vars operations_github_api_token=${RUNNER_GITHUB_TOKEN}
61
62
# Kick off the runner script over and over until there are no more queued jobs.
63
# Each runner is --ephemeral, runs one job.
0 commit comments