Skip to content

Commit

Permalink
Merge pull request #497 from georust/mkirk/ci
Browse files Browse the repository at this point in the history
run GH ci for PRs
  • Loading branch information
michaelkirk committed Aug 17, 2020
2 parents 20d22f8 + 8ab1eee commit 05e4452
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: push
# Trigger the workflow on push or pull request
on: [push, pull_request]
name: Run tests
jobs:
geo_types:
Expand All @@ -8,7 +9,7 @@ jobs:
run:
working-directory: geo-types
container:
image: georust/geo-ci:53626b645f1cffa79ee7088407fea22982bd81f8
image: georust/geo-ci:088c49bece4afbb8381019cba17f230710de4040
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -23,7 +24,7 @@ jobs:
run:
working-directory: geo
container:
image: georust/geo-ci:53626b645f1cffa79ee7088407fea22982bd81f8
image: georust/geo-ci:088c49bece4afbb8381019cba17f230710de4040
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -38,7 +39,7 @@ jobs:
run:
working-directory: geo-postgis
container:
image: georust/geo-ci:53626b645f1cffa79ee7088407fea22982bd81f8
image: georust/geo-ci:088c49bece4afbb8381019cba17f230710de4040
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -50,7 +51,7 @@ jobs:
name: coverage
runs-on: ubuntu-latest
container:
image: georust/geo-ci:53626b645f1cffa79ee7088407fea22982bd81f8
image: georust/geo-ci:088c49bece4afbb8381019cba17f230710de4040
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
Expand Down

0 comments on commit 05e4452

Please sign in to comment.