Skip to content

Commit

Permalink
[TEST] bootstrap link
Browse files Browse the repository at this point in the history
  • Loading branch information
irgaly committed Jul 11, 2024
1 parent 0b32d9a commit 6daf967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- main
- test_bootstrap

jobs:
test-macos:
Expand All @@ -13,6 +13,7 @@ jobs:
- uses: irgaly/setup-mint@main
with:
mint-directory: example
bootstrap-link: true
- shell: bash -xe {0}
run: |
ls -alh /usr/local/bin | grep mint
Expand All @@ -28,6 +29,7 @@ jobs:
- uses: irgaly/setup-mint@main
with:
mint-directory: example
bootstrap-link: true
- shell: bash -xe {0}
run: |
ls -alh /usr/local/bin | grep mint
Expand Down

0 comments on commit 6daf967

Please sign in to comment.