Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Pankey authored Feb 12, 2024
1 parent 5625d0c commit 8f05b26
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,18 @@ jobs:
run: |
pip install --upgrade pip
python -m pip install python-ldap
#pip install --upgrade pip setuptools wheel
#pip install pip==19.3.1
#pip install --force-reinstall 'setuptools<58.0.0'
#pip install -r requirements.txt
#pip install -r requirements-toil.txt
pip install -r requirements-dev.txt
#python manage.py migrate
- name: Run migrations
run: python manage.py migrate
env:
BEAGLE_DB_NAME: github_actions
BEAGLE_DB_PASSWORD: postgres
BEAGLE_DB_USERNAME: postgres
#- name: Run test
#run: python manage.py test
# run: |
#python manage.py test
#env:
#BEAGLE_DB_NAME: github_actions
#BEAGLE_DB_PASSWORD: postgres
#BEAGLE_DB_USERNAME: postgres
- name: Run flake8
uses: suo/flake8-github-action@releases/v1
with:
checkName: 'build' # NOTE: this needs to be the same as the job name
- name: Run test
run: |
python manage.py test
env:
BEAGLE_DB_NAME: github_actions
BEAGLE_DB_PASSWORD: postgres
BEAGLE_DB_USERNAME: postgres

0 comments on commit 8f05b26

Please sign in to comment.