Skip to content

添加了批量毕业指定年级学生的脚本 (#842) #502

添加了批量毕业指定年级学生的脚本 (#842)

添加了批量毕业指定年级学生的脚本 (#842) #502

Workflow file for this run

name: basetest
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure local json
run: |
bash scripts/default_config.sh
- name: Start containers
run: |
docker compose -f .github/docker-compose.yml up -d
- name: Test
run: |
docker compose -f .github/docker-compose.yml exec -T yppf python3 manage.py test
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2