Skip to content

Commit

Permalink
Fixed pytest marker in test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jun 11, 2024
1 parent d8398a5 commit d0c136c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ on:
jobs:

tests-job:
name: Run Tests (${{ inputs.python-version }})
runs-on: ubuntu-latest

steps:
- name: Set pytest markers
id: pytest-markers
if: ${{ ! inputs.slow-tests }}
run: echo slow-tests='-m "not slow"' >> "$GITHUB_OUTPUT"
run: echo slow-tests='-m "not saas"' >> "$GITHUB_OUTPUT"

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

0 comments on commit d0c136c

Please sign in to comment.