Skip to content

Commit

Permalink
Disable caching for local unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Oct 21, 2024
1 parent fded6bc commit c076445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/advanced-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
base_image: ${{ matrix.base_image }}

# Not required, but speeds up builds
githubToken: ${{ github.token }}
#githubToken: ${{ github.token }}

# Create an artifacts directory
setup: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/basic-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distro: ubuntu22.04

# Not required, but speeds up builds
githubToken: ${{ github.token }}
#githubToken: ${{ github.token }}

run: |
uname -a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: build
uses: ./
with:
githubToken: ${{ github.token }}
#githubToken: ${{ github.token }}
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
env: |
Expand Down

0 comments on commit c076445

Please sign in to comment.