Skip to content

560 add what now section #14

560 add what now section

560 add what now section #14

name: 🧪 Integration Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 'latest'
- name: Install dependencies
run: |
npm ci
npm install @rollup/rollup-linux-x64-gnu
- name: Run integration tests
run: npm run test:run