Skip to content

Commit cabf7d2

Browse files
committed
Run Chrome
1 parent eb09532 commit cabf7d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

+14
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,17 @@ jobs:
187187
env:
188188
PYTHON_VERSION: ${{ matrix.python_version }}
189189
MARIADB_VERSION: ${{ matrix.db_version }}
190+
191+
browsers:
192+
name: browsers
193+
runs-on: ubuntu-latest
194+
steps:
195+
- uses: actions/checkout@master
196+
- run: git clone https://github.com/django/django.git --depth=1 ${GITHUB_WORKSPACE}/django
197+
- run: docker-compose pull --include-deps chrome || true
198+
- run: DJANGO_PATH=${GITHUB_WORKSPACE}/django docker-compose build --pull chrome
199+
env:
200+
PYTHON_VERSION: 3.6
201+
- run: DJANGO_PATH=${GITHUB_WORKSPACE}/django docker-compose run chrome
202+
env:
203+
PYTHON_VERSION: 3.6

0 commit comments

Comments
 (0)