Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Oct 21, 2024
1 parent e049c96 commit 88bcf5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
permissions:
id-token: write
contents: read
actions: write

jobs:
test:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88bcf5b

Please sign in to comment.