Skip to content

Commit

Permalink
Discard any changes from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jun 20, 2024
1 parent 81715f7 commit 0fba5c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/module-test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fba5c0

Please sign in to comment.