Skip to content

Commit

Permalink
fix: disable 1password on non-windows (#3051)
Browse files Browse the repository at this point in the history
Fixes #3050
  • Loading branch information
jdx authored Nov 16, 2024
1 parent 6c584e0 commit 2561bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ jobs:
- run: mise install
continue-on-error: ${{matrix.os == 'windows-latest' }}
- run: mise test-tool --all
env: { MISE_USE_VERSIONS_HOST: 0, MISE_EXPERIMENTAL: 1 }
continue-on-error: ${{matrix.os == 'windows-latest' }}
rpm:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- run: ./scripts/test-standalone.sh
- run: mise run lint
- run: mise test-tool --all
env: { MISE_USE_VERSIONS_HOST: 0, MISE_EXPERIMENTAL: 1 }

nightly:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -172,6 +173,7 @@ jobs:
Add-Content $env:GITHUB_PATH "$env:GITHUB_WORKSPACE\target\debug"
- run: mise install
- run: mise test-tool --all
env: { MISE_USE_VERSIONS_HOST: 0, MISE_EXPERIMENTAL: 1 }
continue-on-error: true
- run: cargo test
continue-on-error: true
Expand Down

0 comments on commit 2561bf0

Please sign in to comment.