Skip to content

Commit

Permalink
deactivate xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Oct 11, 2023
1 parent c493a8e commit b0089ee
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,34 +276,34 @@ jobs:
# not properly testable
# https://github.com/actions/runner/issues/2347
# https://github.com/orgs/community/discussions/15452
create-args-no-env-name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
create-args: >-
python
pytest
- run: exit 1
if: success()
# create-args-no-env-name:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./
# with:
# create-args: >-
# python
# pytest
# - run: exit 1
# if: success()

incorrect-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
micromamba-version: '1.2.3'
- run: exit 1
if: success()
incorrect-log-level:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
log-level: foo
- run: exit 1
if: success()
# incorrect-version:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./
# with:
# micromamba-version: '1.2.3'
# - run: exit 1
# if: success()

# incorrect-log-level:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./
# with:
# log-level: foo
# - run: exit 1
# if: success()

0 comments on commit b0089ee

Please sign in to comment.