mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: improve GitHub Actions workflow by restructuring installation steps for clarity
This commit is contained in:
10
.github/workflows/build-and-push.yml
vendored
10
.github/workflows/build-and-push.yml
vendored
@@ -13,11 +13,17 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install mise
|
||||
run: curl https://mise.run | sh
|
||||
run: |
|
||||
curl https://mise.run | sh
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup environment
|
||||
- name: Install tools via mise
|
||||
run: |
|
||||
mise install
|
||||
|
||||
- name: Setup
|
||||
run: |
|
||||
just setup
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user