Files
project-inter-server/.github/workflows/test.yml

18 lines
273 B
YAML

name: Node.js Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and test with Docker Compose
run: docker-compose run test