Skip to content

chore(deps-dev): Bump eslint from 9.9.0 to 9.14.0 in /apitest in the development-dependencies group across 1 directory #24

chore(deps-dev): Bump eslint from 9.9.0 to 9.14.0 in /apitest in the development-dependencies group across 1 directory

chore(deps-dev): Bump eslint from 9.9.0 to 9.14.0 in /apitest in the development-dependencies group across 1 directory #24

Workflow file for this run

name: 'apitest : test'
on:
pull_request:
branches: ["main"]
paths:
- "apitest/**"
push:
branches: ["main"]
paths:
- "apitest/**"
workflow_dispatch:
jobs:
test-apitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.makefiles
apitest
Makefile
config.json
- uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: apitest/package-lock.json
node-version-file: apitest/package.json
- run: make apitest-init-test
- run: make apitest-test