Skip to content

Commit

Permalink
experiment 19
Browse files Browse the repository at this point in the history
[run-slow-tests]
  • Loading branch information
ckunki committed May 22, 2024
1 parent 00dcb79 commit e1b57b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
echo A=5 >> "$GITHUB_OUTPUT"
git status
git log -1 HEAD~1 --format="%b"
git log -2
if ! (git log -1 HEAD~1 --format="%b" | grep "\[run-slow-tests\]"); then
export RUN_SLOW_TESTS='-m "not slow"' >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit e1b57b4

Please sign in to comment.