Skip to content

Commit

Permalink
experiment 14
Browse files Browse the repository at this point in the history
[run-slow-tests]
  • Loading branch information
ckunki committed May 22, 2024
1 parent 68b4c98 commit 7edd50e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Examine Commit Message in ci-pr
- id: examine
name: Examine Commit Message in ci-pr
run: |
echo 5 >> "$GITHUB_OUTPUT"
echo A=5 >> "$GITHUB_OUTPUT"
git status
git log -1 --pretty=format:"%b"
if ! (git log -1 --pretty=format:"%b" | grep "\[run-slow-tests\]"); then
Expand All @@ -26,8 +27,8 @@ jobs:
- name: Verify setting of env var in ci-pr
run: |
echo "GITHUB_OUTPUT 1 = ${{ neegs.examine-commit-message-ci-pr.outputs.output1}}
echo "GITHUB_OUTPUT 2 = ${{ neegs.examine-commit-message-ci-pr.outputs.output2}}
echo "OUTPUT 1 = ${{ steps.examine.outputs.A }}"
echo "OUTPUT 2 = ${{ steps.examine.outputs.RUN_SLOW_TESTS }}"
CI:
uses: ./.github/workflows/ci.yml
Expand Down

0 comments on commit 7edd50e

Please sign in to comment.