Skip to content

Bump pug from 3.0.2 to 3.0.3 in /integration-tests/2.0.0-beta.3/site #6

Bump pug from 3.0.2 to 3.0.3 in /integration-tests/2.0.0-beta.3/site

Bump pug from 3.0.2 to 3.0.3 in /integration-tests/2.0.0-beta.3/site #6

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ${{matrix.os}}
defaults:
run:
shell: bash
strategy:
matrix:
include:
- build: linux
os: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install
run: npm ci
- name: Unit Test
run: npm run test