Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 9, 2024
1 parent d42998f commit c0ec381
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
#odoo_serie: ["11.0","12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
odoo_serie: ["13.0"]
odoo_serie: ["16.0"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
docker image ls
#- name: Test
# run: make VERSION=${{ matrix.odoo_serie }} test
- name: Test
run: test.sh

- name: Login to GitHub Container Registry
if: github.event_name == 'push' || github.event_name == 'schedule'
Expand Down
22 changes: 0 additions & 22 deletions Makefile

This file was deleted.

3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ set -Eeuo pipefail
# * VERSION (9.0, 10.0, 11.0, ...)
# * IMAGE_LATEST (tag of the 'latest' image built)
#
IMAGE_LATEST=ci-latest:0.1
BUILD_TAG=$(IMAGE_LATEST)


if [ -z "$VERSION" ]; then
echo "VERSION environment variable is missing"
Expand Down

0 comments on commit c0ec381

Please sign in to comment.