Skip to content

Commit

Permalink
Unfrobulate CI (#768)
Browse files Browse the repository at this point in the history
Co-authored-by: Burak Yigit Kaya <ben@byk.im>
  • Loading branch information
chadwhitacre and BYK committed Jan 8, 2021
1 parent a71a1a9 commit 4399fc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on:
# is not against master).
push:
branches:
- "master"
- "releases/**"
- "master"
- "releases/**"
pull_request:
env:
DOCKER_COMPOSE_VERSION: 1.24.1
jobs:
test:
strategy:
matrix:
py2: ['', '1']
py2: ["", "1"]
runs-on: ubuntu-18.04
name: "test${{ matrix.py2 == '1' && ' PY2' || ''}}"
steps:
Expand All @@ -30,7 +30,8 @@ jobs:

- name: Install and test
env:
COMPOSE_PARALLEL_LIMIT: 10
COMPOSE_PARALLEL_LIMIT: 50
COMPOSE_HTTP_TIMEOUT: 450
SENTRY_PYTHON2: ${{ matrix.py2 == '1' || '' }}
run: |
./install.sh
Expand Down
Empty file added foo
Empty file.

0 comments on commit 4399fc8

Please sign in to comment.