Skip to content

Commit

Permalink
-Testing simple scrape on Github Actions. PaulMcInnis#126
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigG committed Dec 4, 2020
1 parent dc073f8 commit 046321b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-16.04

steps:
- uses: actions/checkout@v2
Expand All @@ -33,3 +33,6 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Run CANADA_ENGLISH demo by settings YAML
run: |
funnel load -s demo/settings.yaml -log-level DEBUG

0 comments on commit 046321b

Please sign in to comment.