Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Merge pull request #14 from loyal812/feat/complete-project #2

Merge pull request #14 from loyal812/feat/complete-project

Merge pull request #14 from loyal812/feat/complete-project #2

name: Backend Code Integration
on:
push:
branches:
- main
jobs:
test:
name: Run the backend test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run the tests
run: make api_test