Skip to content

Commit

Permalink
CI: skip motorsim tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Nov 21, 2024
1 parent 0e45931 commit 7661914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
source ${GITHUB_WORKSPACE}/scripts/epics_docker.sh
- name: Test with pytest
run: pytest -k "${TEST_CL}"
run: pytest -k "${TEST_CL}" -m "not motorsim" --strict-markers

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 7661914

Please sign in to comment.