mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #13748 from meteor/ci/work-on-meteor-profile-ci
CI: test where the profiler is ran
This commit is contained in:
8
.github/workflows/run-profiler.yml
vendored
8
.github/workflows/run-profiler.yml
vendored
@@ -18,7 +18,13 @@ jobs:
|
||||
- name: Run CI
|
||||
run: |
|
||||
echo "Running meteor profiler..."
|
||||
git status
|
||||
ls
|
||||
value="VALUE"
|
||||
echo ${{ github.event.issue.pull_request }}
|
||||
echo ${{ github.event.comment.body }}
|
||||
echo contains(${{ github.event.comment.body }}, '/profile')
|
||||
echo "Key=$value" >> $GITHUB_ENV
|
||||
# Add your CI commands here
|
||||
|
||||
- name: Comment PR
|
||||
@@ -26,4 +32,6 @@ jobs:
|
||||
with:
|
||||
message: |
|
||||
Hello world !!!! :wave:
|
||||
this pr is ran on
|
||||
testing value: ${{ env.VALUE }}
|
||||
pr-number: ${{ github.event.issue.number }}
|
||||
|
||||
Reference in New Issue
Block a user