Skip to content

Commit

Permalink
delete nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed Dec 10, 2023
1 parent 334e770 commit f90f058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
with:
registry: ${{ secrets.AWS_REGISTRY }}
- run: docker-compose build || exit 1;
- run: docker-compose run nodejs bash -c "gulp dev && karma start --single-run && gulp staging" || exit 1;
- run: docker-compose run -e DJANGO_SETTINGS_MODULE=settings.test django pytest --cov . --cov-config .coveragerc || exit 1;
- run: 'bash <(curl -s https://codecov.io/bash)'
- run: coveralls --rcfile=.coveragerc
Expand Down

0 comments on commit f90f058

Please sign in to comment.