diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index f239a0d2..fbd16cd4 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -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 \ No newline at end of file + - name: Debug config json file + if: always() + uses: actions/upload-artifact@v4 + with: + name: config2.json + path: test/testim/config2.json \ No newline at end of file