diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ba1dc8539..717dd29df 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -43,11 +43,11 @@ jobs: done cat ./tests/terraform/stacks/catalog/foobar.yaml - - name: Cache atmos files - uses: actions/cache@v4 - with: - path: ./ - key: atmos-${{ github.sha }} + # - name: Cache atmos files + # uses: actions/cache@v4 + # with: + # path: ./ + # key: atmos-${{ github.sha }} - name: Plan Atmos Component uses: ./ @@ -57,4 +57,4 @@ jobs: atmos-config-path: ${{ runner.temp }} atmos-version: 1.92.0 restore-cache: true - sha: ${{ github.sha }} + # sha: ${{ github.sha }} diff --git a/action.yml b/action.yml index a0b8a1b85..9c3834fe7 100644 --- a/action.yml +++ b/action.yml @@ -64,17 +64,11 @@ runs: using: "composite" steps: - name: Checkout + if: ${{ inputs.restore-cache == 'false' }} uses: actions/checkout@v4 with: ref: ${{ inputs.sha }} clean: ${{ inputs.restore-cache != 'true' }} - - - name: Restore cache - if: ${{ inputs.restore-cache == 'true' }} - uses: actions/cache/restore@v4 - with: - path: ./ - key: atmos-${{ inputs.sha }} - name: Set atmos cli config path vars shell: bash