Skip to content

FOU-860 chore: Use intenthq/github-actions wrapped actions in test workflow #5

FOU-860 chore: Use intenthq/github-actions wrapped actions in test workflow

FOU-860 chore: Use intenthq/github-actions wrapped actions in test workflow #5

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: intenthq/github-actions/.github/actions/checkout@v4
with:
persist-credentials: false
- uses: intenthq/github-actions/.github/actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm test