Skip to content

Commit

Permalink
enable ssh to macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 2, 2024
1 parent cacfed3 commit b6e0810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
uv pip install --quiet --system .[test]
- name: Display system information
run: stimuli sys-info --developer
- uses: valeriangalliat/action-sshd-cloudflared@v1
if: ${{ runner.os == 'macOS' }}
- name: Run pytest
run: pytest stimuli --cov=stimuli --cov-report=xml --cov-config=pyproject.toml
- name: Upload to codecov
Expand Down

0 comments on commit b6e0810

Please sign in to comment.