From aafb92ab934dcf58fe432f95c8dfcef8f32a91c7 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Sat, 11 Jun 2022 11:34:22 -0400 Subject: CI: Turn of command echo for tests Echoing the commands in shell scripts in tests causes problems with the tests. --- .github/workflows/cygwin-test.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml index fff21e67..6fe50124 100644 --- a/.github/workflows/cygwin-test.yml +++ b/.github/workflows/cygwin-test.yml @@ -53,6 +53,5 @@ jobs: - name: Test with pytest shell: bash.exe -eo pipefail -o igncr "{0}" run: | - set -x /usr/bin/python -m pytest continue-on-error: false -- cgit v1.2.1