Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis2003 authored May 23, 2024
1 parent 5dd291d commit 59b5abc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,3 @@ jobs:
python manage.py makemigrations api
python manage.py migrate api
python manage.py test
- name: Run Frontend Tests
run: |
cd frontend/frontend
apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
npm install --save-dev cypress
npm run cypress-component
cd ../..

0 comments on commit 59b5abc

Please sign in to comment.