Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fix incorrect branch names (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Sep 25, 2021
1 parent 690189c commit 336ad4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Static analysis
on:
push:
branches:
- main
- master
pull_request:
jobs:
lint:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-suite-unreleased-django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
pip install --upgrade https://github.com/django/django/archive/main.tar.gz
pip install --upgrade -r test-requirements.txt
pip install .
- name: Run all tests
- name: Run non-live tests
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GCLOUD_CREDENTIALS: ${{ secrets.GCLOUD_CREDENTIALS }}
SKIP_LIVE_TESTS: true
run: coverage run -m pytest
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Suite
on:
push:
branches:
- main
- master
pull_request:
jobs:
test:
Expand Down

0 comments on commit 336ad4a

Please sign in to comment.