Skip to content

Commit

Permalink
reorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
githubering182 committed Aug 20, 2024
1 parent 3433632 commit 19c0435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
run: |
docker-compose -f docker-compose.test.yml up -d --force-recreate
sleep 30
echo Running back/storage lint...
docker exec iss-tests flake8
echo Running back tests...
docker exec iss-test-back ./manage.py test
echo Running front lint...
docker exec iss-test-front npm run lint
echo Running front tests...
docker exec iss-test-front npm run test
# docker exec iss-test-front npm run compile
echo Running back/storage lint...
docker exec iss-tests flake8
#echo Running back tests...
#docker exec iss-test-back ./manage.py test
echo Running storage tests...
docker exec iss-test-storage python3 src/test.py
# docker exec iss-tests python3 test.py
Expand Down

0 comments on commit 19c0435

Please sign in to comment.