Skip to content

Commit

Permalink
include workflow file for turborepo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Apr 23, 2024
1 parent 8e92110 commit 85941b8
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/turborepo-test.yml
Expand Up @@ -21,31 +21,6 @@ jobs:
contents: read
pull-requests: write
steps:
- name: Find PR Comment
id: comment
if: github.event_name == 'pull_request'
uses: peter-evans/find-comment@v2
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: "github-actions[bot]"
body-includes: "<!-- CI COMMENT -->"

- name: Create or update PR comment
if: github.event_name == 'pull_request' && steps.comment.outputs.comment-id != ''
uses: peter-evans/create-or-update-comment@v2
continue-on-error: true
with:
comment-id: ${{ steps.comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
## ⏳ CI is running again... ⏳
[Wait for it...](https://github.com/vercel/turbo/actions/runs/${{ github.run_id }})
<!-- CI COMMENT -->
edit-mode: replace

- name: Checkout
uses: actions/checkout@v3

Expand All @@ -55,7 +30,7 @@ jobs:
with:
PATTERNS: |
.github/actions/**
.github/workflows/test.yml
.github/workflows/turborepo-test.yml
- name: Root cargo related changes
id: cargo
Expand Down

0 comments on commit 85941b8

Please sign in to comment.