update to workflow
This commit is contained in:
parent
b2517c9d09
commit
10cc88c4c1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: ghcr.io/bemade/test-odoo:latest
|
||||
credentials:
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.ghcr_password }}
|
||||
name: Test Repo Addons With Odoo
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue