update to workflow
This commit is contained in:
parent
707049856f
commit
b2517c9d09
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,8 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
container: ghcr.io/bemade/test-odoo:latest
|
||||
container:
|
||||
image: ghcr.io/bemade/test-odoo:latest
|
||||
name: Test Repo Addons With Odoo
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue