Skip to content

Bump braces, jest and jest-circus #99

Bump braces, jest and jest-circus

Bump braces, jest and jest-circus #99

Workflow file for this run

name: Build and Test workflow
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm test
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
token: ${{secrets.PLATFORMSH_CLI_TOKEN}}
- run: platform project:list