Skip to content

fix prod dockerfile #10

fix prod dockerfile

fix prod dockerfile #10

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- main
- production
jobs:
jest-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build images
run: docker-compose build
- name: Run Test
run: docker-compose run --rm api sh -c "npm run test"