Skip to content

Bump braces from 3.0.2 to 3.0.3 #201

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #201

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