From 88bcf5bdbbf0dc3d4ae11c64e877d8d572a3fb3b Mon Sep 17 00:00:00 2001 From: PePe Amengual <2208324+jamengual@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:43:12 -0700 Subject: [PATCH] Fixing tests --- .github/workflows/integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 52ade6f2..6aa4664e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -13,6 +13,7 @@ env: permissions: id-token: write contents: read + actions: write jobs: test: @@ -44,7 +45,7 @@ jobs: - name: Cache atmos files uses: actions/cache@v4 with: - path: ./ + path: ./stacks key: ${{ runner.os }}-${{ github.sha }} - name: Plan Atmos Component