Skip to content

Merge pull request #79 from marocchino/dependabot/github_actions/gith… #156

Merge pull request #79 from marocchino/dependabot/github_actions/gith…

Merge pull request #79 from marocchino/dependabot/github_actions/gith… #156

Workflow file for this run

name: "test-local"
on:
pull_request:
push:
branches:
- master
- "releases/*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
- uses: ./
with:
path: ".tool-versions"