We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc9b8e commit fcba532Copy full SHA for fcba532
.github/workflows/tests.yml
@@ -3,8 +3,8 @@ name: Test package
3
on:
4
workflow_dispatch:
5
push:
6
-# branches:
7
-# - master
+ branches:
+ - master
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
@@ -30,7 +30,7 @@ jobs:
30
run: soffice '--accept=socket,host=0.0.0.0,port=2002;urp;StarOffice.ServiceManager' --nologo --headless --nofirststartwizard --norestore &
31
shell: bash
32
- name: Run tests
33
- uses: IMIO/gha/plone-package-test-notify@main
+ uses: IMIO/gha/plone-package-test-notify@v4
34
env:
35
cache-name: cache-eggs
36
with:
0 commit comments