Skip to content

Bump ws from 7.5.9 to 7.5.10 #100

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #100

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