Skip to content

Bump ws from 7.5.7 to 7.5.10 in /tickets #81

Bump ws from 7.5.7 to 7.5.10 in /tickets

Bump ws from 7.5.7 to 7.5.10 in /tickets #81

Workflow file for this run

name: tests-tickets
on:
pull_request:
paths:
- "tickets/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd tickets && npm install && npm run test:ci