Skip to content

Commit

Permalink
experiment 21
Browse files Browse the repository at this point in the history
[run-slow-tests]
  • Loading branch information
ckunki committed May 22, 2024
1 parent ec5240f commit e676eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo A=5 >> "$GITHUB_OUTPUT"
if ! (git log -2 --format="%b" | grep "\[run-slow-tests\]"); then
echo 'RUN_SLOW_TESTS='-m "not slow"' >> "$GITHUB_OUTPUT"
echo 'RUN_SLOW_TESTS=\'-m "not slow"\'' >> "$GITHUB_OUTPUT"
fi
- name: Verify setting of env var in ci-pr
Expand Down

0 comments on commit e676eef

Please sign in to comment.