Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Oct 11, 2023
1 parent c8d5bc1 commit a67f4fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,17 @@ jobs:
- run: |
test "${{ steps.setup-micromamba.outputs.environment-path }}" = ""
check-micromamba-on-path:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
init-shell: none
generate-run-shell: false
- run: which micromamba
shell: bash

# not properly testable
# https://github.com/actions/runner/issues/2347
# https://github.com/orgs/community/discussions/15452
Expand Down

0 comments on commit a67f4fc

Please sign in to comment.