Skip to content

Commit a4dad8f

Browse files
glanzelshn-liqd
authored andcommitted
Speed Up CI Bug
1 parent 93153ca commit a4dad8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
python manage.py makemigrations --dry-run --check --noinput
8888
flake8 adhocracy-plus tests --exclude migrations,settings
8989
90-
if [ "${{ github.ref }}" == "refs/heads/main" ] && [ "${{ github.event_name }}" == "push" ]; then
90+
if [ "${{ github.ref }}" = "refs/heads/main" ] && [ "${{ github.event_name }}" = "push" ]; then
9191
py.test --ds=adhocracy-plus.config.settings.travis --cov
92-
elif [ "${{ github.event_name }}" == "pull_request" ]; then
92+
elif [ "${{ github.event_name }}" = "pull_request" ]; then
9393
py.test --ds=adhocracy-plus.config.settings.travis --testmon --cov
9494
fi
9595

0 commit comments

Comments
 (0)