Skip to content

Commit 00d39eb

Browse files
committed
yaml sucks today just like yesterday
1 parent 63ca1db commit 00d39eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-integrations.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
- name: Run integration tests
8686
run: |
8787
go run gotest.tools/gotestsum@v${{env.GOTESTSUM_VERSION}} \
88-
--format=short-verbose \
89-
--rerun-fails \
90-
--rerun-fails-report=/tmp/gotestsum-rerun-fails \
91-
--packages="./command/agent/consul" \
92-
--junitfile $TEST_RESULTS_DIR/results.xml -- \
93-
-run TestConsul
88+
--format=short-verbose \
89+
--rerun-fails \
90+
--rerun-fails-report=/tmp/gotestsum-rerun-fails \
91+
--packages="./command/agent/consul" \
92+
--junitfile $TEST_RESULTS_DIR/results.xml -- \
93+
-run TestConsul
9494
9595
vault-integration-test:
9696
runs-on: ${{ fromJSON(needs.setup.outputs.compute-large) }}

0 commit comments

Comments
 (0)