Skip to content

Updated both tests.yml and build.yml #1

Updated both tests.yml and build.yml

Updated both tests.yml and build.yml #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: docker-compose --file docker-compose.yml build
- name: Run tests
run: docker-compose --file docker-compose.yml run test