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