Skip to content

Commit

Permalink
Merge branch 'main' into fix-no-cache-gha
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Nov 18, 2024
2 parents 89f25c6 + 6aafe34 commit 9e39c62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# backends are required to run mise list
# cspell:ignore binstall
install_args: bun node cargo-binstall
cache: ${{ github.ref_name == 'main' }}
cache_save: ${{ github.ref_name == 'main' }}

- name: Install package.json dependencies
run: mise run buni:root
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
version: 2024.11.16
install_args: ${{ matrix.tools }}
cache: ${{ github.ref_name == 'main' }}
cache_save: ${{ github.ref_name == 'main' }}

- name: Run ${{ matrix.name }}
run: mise run ${{ matrix.task }}
Expand All @@ -96,7 +96,7 @@ jobs:
with:
version: 2024.11.16
install_args: bun node
cache: ${{ github.ref_name == 'main' }}
cache_save: ${{ github.ref_name == 'main' }}

- name: Install package.json dependencies
run: mise run buni:root
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
version: 2024.11.16
install_args: bun
cache: ${{ github.ref_name == 'main' }}
cache_save: ${{ github.ref_name == 'main' }}

- name: Run tests
run: mise run worker:test:ci
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
version: 2024.11.16
install_args: bun
cache: ${{ github.ref_name == 'main' }}
cache_save: ${{ github.ref_name == 'main' }}

- name: Install package.json dependencies
run: mise run buni:worker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wsl-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
mise_toml: |
[tools]
"ubi:kellyjonbrazil/jc" = "latest"
cache: ${{ github.ref_name == 'main' }}
cache_save: ${{ github.ref_name == 'main' }}

- name: Get latest Ubuntu version
id: version
Expand Down

0 comments on commit 9e39c62

Please sign in to comment.