summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-05-11 08:30:06 +0200
committerGitHub <noreply@github.com>2021-05-11 08:30:06 +0200
commit4404adf123bbd0a51fcdb70f02ee6c8191837f09 (patch)
tree60cbb3720df9637ed16b2c1a5cf36ec2c153e628 /.github
parentbd29a2630e2f1d2f61bd1837cbfeb202b89323dc (diff)
downloadzope-browser-4404adf123bbd0a51fcdb70f02ee6c8191837f09.tar.gz
Fix tests due to repoze.sphinx.autointerface problems (#16)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a535e16..38cb0de 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -4,14 +4,17 @@ name: tests
on:
push:
- branches: [ master ]
pull_request:
schedule:
- cron: '0 12 * * 0' # run once a week on Sunday
+ # Allow to run this workflow manually from the Actions tab
+ workflow_dispatch:
jobs:
build:
strategy:
+ # We want to see all failures:
+ fail-fast: false
matrix:
config:
# [Python version, tox env]
@@ -32,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
- uses: actions/setup-python@v2.1.4
+ uses: actions/setup-python@v2
with:
python-version: ${{ matrix.config[0] }}
- name: Pip cache