Skip to content

Commit 49c9180

Browse files
authored
Update CI (#56)
1 parent db54060 commit 49c9180

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test and Lint
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
jobs:
610
test:
@@ -20,3 +24,5 @@ jobs:
2024
run: pipenv run pylint scraper
2125
- name: Run tests
2226
run: pipenv run pytest ./scraper/src -k "not _browser"
27+
- name: Build Docker image
28+
run: docker build .

0 commit comments

Comments
 (0)