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 6780a4e commit 374edb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

with:
driver: docker

- name: Docker meta
id: docker_meta
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
- name: Test
run: test.sh
run: make VERSION=${{ matrix.odoo_serie }} test

- name: Login to GitHub Container Registry
if: github.event_name == 'push' || github.event_name == 'schedule'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
NAME=camptocamp/odoo-project
endif

IMAGE_LATEST=ci-latest:0.1
IMAGE_LATEST=docker-image://ci-latest:0.1
BUILD_TAG=$(IMAGE_LATEST)

export
Expand Down

0 comments on commit 374edb5

Please sign in to comment.