From 0fba5c0c45c17dc64e238ba926f8221bc06d42b8 Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Thu, 20 Jun 2024 09:48:16 -0400 Subject: [PATCH] Discard any changes from testing --- .github/workflows/module-test-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/module-test-pipeline.yml b/.github/workflows/module-test-pipeline.yml index 2b8d3cb..167d944 100644 --- a/.github/workflows/module-test-pipeline.yml +++ b/.github/workflows/module-test-pipeline.yml @@ -46,6 +46,10 @@ jobs: for d in examples/!(basic-client-username)/; do (ci/scripts/test-module.sh "$d"); done # ci/scripts/test-module.sh examples/basic-client-username/ -var-file=secret.tfvars + - name: Discard any changes in checked out code + run: | + git checkout -- . + - name: Set up Go uses: actions/setup-go@v3 with: