Skip to content

Commit

Permalink
Qtest21 (#17380)
Browse files Browse the repository at this point in the history
* chore: testing mergequeue

* chore: testing mergequeue

* chore: testing mergequeue

* chore: testing mergequeue

* chore: testing mergequeue

* print context
  • Loading branch information
robertaandersen authored Jan 2, 2025
1 parent 4857077 commit d42efcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/merge-queue-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
name: Ready for mergequeue
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
- name: Checkout code
uses: actions/checkout@v3
- name: Display info
Expand All @@ -19,6 +24,3 @@ jobs:
- name: Run slow CI (emulated by a long sleep)
run: |
sleep 20
- name: Failing step should prevent merge
run: |
exit 1
2 changes: 1 addition & 1 deletion .github/workflows/unicorns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "$GITHUB_CONTEXT"
check-ready-for-merge-queue:
name: Is PR approved
name: Ready for mergequeue
runs-on: ubuntu-latest
outputs:
IS_APPROVED: ${{ steps.check-approved.outputs.result }}
Expand Down
2 changes: 1 addition & 1 deletion apps/unicorn-app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Index() {
<div id="welcome">
<h1>
<span role="img" aria-label="unicorn">
Welcome unicorn 🦄 Q-Test 20
Welcome unicorn 🦄 Q-Test 21
</span>
</h1>
</div>
Expand Down

0 comments on commit d42efcf

Please sign in to comment.