Compare commits
14 commits
18.0
...
17.0-test-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2989adf7d | ||
|
|
f9dcb70e75 | ||
|
|
4644a95690 | ||
|
|
354d9a470b | ||
|
|
23799d44d7 | ||
|
|
5b20166ef6 | ||
|
|
10cc88c4c1 | ||
|
|
b2517c9d09 | ||
|
|
707049856f | ||
|
|
8e6744af3a | ||
|
|
b13a2bb88a | ||
|
|
4fd90d8f4a | ||
|
|
d913303874 | ||
|
|
27fa8b43d8 |
1 changed files with 3 additions and 4 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,8 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
container: ghcr.io/bemade/test-odoo_arm64:latest
|
||||
container:
|
||||
image: ghcr.io/bemade/test-odoo:latest
|
||||
name: Test Repo Addons With Odoo
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -26,8 +27,6 @@ jobs:
|
|||
- 5432:5432
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credientials: false
|
||||
- name: Run Tests
|
||||
run: run_tests.sh
|
||||
run: run_tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue