Skip to content

Merge branch 'main' of https://github.com/Hive-Fundraiser/Hive-Backend #74

Merge branch 'main' of https://github.com/Hive-Fundraiser/Hive-Backend

Merge branch 'main' of https://github.com/Hive-Fundraiser/Hive-Backend #74

Workflow file for this run

name: Django Project Test and Deploy
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Docker-Compose
run: docker-compose up -d
- name: Run Tests
run: echo 'salam'