Skip to content

fix: restore GitHub App bot email for commit attribution #1

fix: restore GitHub App bot email for commit attribution

fix: restore GitHub App bot email for commit attribution #1

Workflow file for this run

name: Integration Tests
on:
push:

Check failure on line 4 in .github/workflows/integration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
workflow_dispatch:
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 24.x
uses: actions/setup-node@v6
with:
node-version: 24.x
cache: "npm"
- run: npm ci
- run: npm run build
- name: Run integration tests
run: npm run test:integration
env:
QUARTZ_TEST_TOKEN: ${{ secrets.QUARTZ_TEST_TOKEN }}