Skip to content

Commit

Permalink
fix: remove cache on devbox GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Jan 28, 2024
1 parent f2d2f4b commit efd159f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/commit_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
uses: jetpack-io/[email protected]
with:
devbox-version: 0.8.5
enable-cache: 'true'


- name: Check commit messages
run: devbox run -- cz check --rev-range ${{ inputs.base_sha }}..${{ inputs.head_sha }}

Expand All @@ -42,7 +41,6 @@ jobs:
uses: jetpack-io/[email protected]
with:
devbox-version: 0.8.5
enable-cache: 'true'

- name: Lint code
run: devbox run lint
Expand All @@ -58,7 +56,6 @@ jobs:
uses: jetpack-io/[email protected]
with:
devbox-version: 0.8.5
enable-cache: 'true'

- name: Run tests
run: devbox run test

0 comments on commit efd159f

Please sign in to comment.