Skip to content

workflow update

workflow update #3

Workflow file for this run

name: tests-tickets
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # copy code out of project to CI sandbox
- run: cd tickets && npm install && npm run test:ci