Files
project-inter-server/.github/workflows/test.yml
2025-03-26 16:00:15 -07:00

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