test: echo
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 0s

This commit is contained in:
Naomi Carrigan 2025-02-26 12:48:45 -08:00
parent 46f1beb2be
commit 8ad1b29575
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -31,6 +31,11 @@ jobs:
- name: Run Tests
run: pnpm run test
- name: Echo
run: |
echo "PR Number: ${{ github.event.pull_request.number }}"
echo "PR Branch: ${{ github.event.pull_request.head.ref }}"
- name: Sonar
uses: SonarSource/sonarqube-scan-action@v4
timeout-minutes: 10