Skip to content

actions: bump azure/webapps-deploy from 2 to 3 #715

actions: bump azure/webapps-deploy from 2 to 3

actions: bump azure/webapps-deploy from 2 to 3 #715

Workflow file for this run

name: GitHub NPM Test
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
- name: Install Dependencies
run: npm ci
- name: Run tests
run: npm test