tangled
alpha
login
or
join now
aottr.dev
/
paw
0
fork
atom
Free and open source ticket system written in python
0
fork
atom
overview
issues
pulls
pipelines
add env variables
aottr.dev
2 years ago
cd75f658
ea3c6e19
+5
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
django-tests.yml
+5
-1
.github/workflows/django-tests.yml
···
9
9
- '**'
10
10
11
11
jobs:
12
12
-
build:
12
12
+
test:
13
13
14
14
runs-on: ubuntu-latest
15
15
···
30
30
poetry install
31
31
32
32
- name: Run tests
33
33
+
env:
34
34
+
SECRET_KEY: 'asdf'
35
35
+
DEBUG: 'True'
36
36
+
ALLOWED_HOSTS: 'localhost'
33
37
run: |
34
38
poetry run python manage.py test