Skip to content

chore: bump the development-dependencies group with 2 updates #90

chore: bump the development-dependencies group with 2 updates

chore: bump the development-dependencies group with 2 updates #90

Workflow file for this run

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
permissions:
id-token: write
contents: write
jobs:
test-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js latest
uses: actions/[email protected]
with:
node-version: latest
- run: |
npm ci
npm run test
# test action works running from the graph
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
filePath: "test"