Skip to content

Commit

Permalink
Changed workflows to use input instead of commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 23, 2024
1 parent 3a77020 commit 28efea4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
if: ${{ ! inputs.slow-tests }}
run: echo slow-tests='-m "not slow"' >> "$GITHUB_OUTPUT"

- name: Examine Inputs
run: |
echo "input slow tests = ${{ inputs.slow-tests }}"
echo "pytest-markers = ${{ steps.pytest-markers.outputs.slow-tests }}"
echo "env PYTEST_ADDOPTS = $PYTEST_ADDOPTS"
env:
PYTEST_ADDOPTS: '-o log_cli=true -o log_cli_level=INFO ${{ steps.pytest-markers.outputs.slow-tests }}'

- name: SCM Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 28efea4

Please sign in to comment.