Skip to content

fixed wrong copy path in backend Dockerfile #12

fixed wrong copy path in backend Dockerfile

fixed wrong copy path in backend Dockerfile #12

name: tests-tickets
on:
pull_request:
paths:
- 'ticketing/tickets/**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '21.7.x'
- run: npm install
working-directory: ./ticketing/tickets
- run: npm run test:ci
working-directory: ./ticketing/tickets