Skip to content

Commit ae50815

Browse files
update
1 parent 99c783b commit ae50815

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
POSTGRES_DB: odoo
5959
ports:
6060
- 5432:5432
61+
env:
62+
INCLUDE: "${{ matrix.include }}"
63+
EXCLUDE: "${{ matrix.exclude }}"
6164
steps:
6265
- uses: actions/checkout@v3
6366
with:

0 commit comments

Comments
 (0)