Skip to content

Bump ws from 7.5.7 to 7.5.10 in /projects/extension #206

Bump ws from 7.5.7 to 7.5.10 in /projects/extension

Bump ws from 7.5.7 to 7.5.10 in /projects/extension #206

Workflow file for this run

name: Integration
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
integration_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- shell: bash
run: |
npm ci
- shell: bash
run: |
npm ci --prefix ./projects/test/integration
- shell: bash
run: |
npm run install --prefix ./projects/test/integration
- shell: bash
run: |
npm run build --prefix ./projects/test/integration
- shell: bash
run: |
npm run generate --prefix ./projects/test/integration
- shell: bash
run: |
npm run test --prefix ./projects/test/integration