working database connection in Django
This commit is contained in:
23
.gitea/workflows/build.yaml
Normal file
23
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: Gitea build & run.
|
||||
run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and run tests
|
||||
run: docker compose up
|
||||
|
||||
|
||||
|
||||
|
||||
run:
|
||||
name: run
|
||||
Reference in New Issue
Block a user