Skip to content

elastic - bump to latest 7.17.16 #377

elastic - bump to latest 7.17.16

elastic - bump to latest 7.17.16 #377

Workflow file for this run

jobs:
web-tests:
name: web-tests
runs-on: ubuntu-latest
steps:
- uses: "actions/[email protected]"
- uses: "actions/setup-node@v2"
with:
node-version: '16.15'
- name: Install npm packages
run: "sudo apt-get install git; cd web; npm install --legacy-peer-deps"
- name: Run NPM tests
run: "cd web ; npm run test"
- name: Run NPM format
run: "cd web ; npm run format"
name: Web
on:
pull_request: {}