Skip to content

chore(deps): bump rollup from 3.29.4 to 3.29.5 #52

chore(deps): bump rollup from 3.29.4 to 3.29.5

chore(deps): bump rollup from 3.29.4 to 3.29.5 #52

name: Test and build
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.10'
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Run tests
run: npm run test -- --ci --coverage --reporters default --reporters jest-junit
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test-results
path: test-results
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage