Added listing category preview #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing | |
on: push | |
jobs: | |
test_project: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Django unit tests | |
run: | | |
pip install --user django | |
cd 07_Testing-CI-CD/airline0 | |
python3 manage.py test |