Skip to content

added git actions

added git actions #1

Workflow file for this run

name: tests-orders
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd ticketing/orders && npm install && npm run test:ci