Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed May 2, 2024
1 parent feb0eb6 commit 48a3aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,8 @@ jobs:
shell: bash +e {0}
run: |
if [[ "${env.IS_WEEKLY}" == "true" ]]; then
PYTEST_OPTIONS="--weekly"
# PYTEST_OPTIONS="--weekly"
PYTEST_OPTIONS=""
else:
PYTEST_OPTIONS=""
Expand Down

0 comments on commit 48a3aa1

Please sign in to comment.