Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Jun 4, 2024
1 parent 60de6d0 commit a51cfc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ jobs:
# with:
# name: terraform.tfvars
# path: test/terraform/terraform.tfvars
# - name: Debug config json file
# if: always()
# uses: actions/upload-artifact@v4
# with:
# name: config2.json
# path: test/testim/config2.json
- name: Debug config json file
if: always()
uses: actions/upload-artifact@v4
with:
name: config2.json
path: test/testim/config2.json

0 comments on commit a51cfc6

Please sign in to comment.