Skip to content

Commit

Permalink
May 23rd workflow experiment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 23, 2024
1 parent 58e8c6b commit 533fc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Examine Inputs
run: |
echo "input slow tests = ${{ inputs.slow-tests }}"
echo "pytest-markers = ${{ pytest-markers.outputs.slow-tests }}"
echo "pytest-markers = ${{ steps.pytest-markers.outputs.slow-tests }}"
# - name: SCM Checkout
# uses: actions/checkout@v4
Expand Down

0 comments on commit 533fc15

Please sign in to comment.