fix(ci): corriger le déclenchement des actions Gitea — v0.0.3
CI — Tests & Docker Build / Tests & couverture (push) Failing after 6m42s
CI — Tests & Docker Build / Build & push image Docker (push) Has been skipped

Le filtre paths 'Olhar-PWA/**' empêchait tout déclenchement car la
racine git est déjà Olhar-PWA/. Suppression du filtre paths et du
working-directory redondant ; correction des chemins Docker (context/file).
This commit is contained in:
2026-06-06 19:03:44 +02:00
parent 0ecceb4577
commit 5b48c1b2e1
3 changed files with 5 additions and 12 deletions
+2 -9
View File
@@ -2,18 +2,11 @@ name: CI — Tests & Docker Build
on:
push:
paths:
- 'Olhar-PWA/**'
branches:
- main
- 'feat/**'
pull_request:
paths:
- 'Olhar-PWA/**'
defaults:
run:
working-directory: Olhar-PWA
jobs:
test:
@@ -52,8 +45,8 @@ jobs:
- name: Build & push image
uses: docker/build-push-action@v5
with:
context: Olhar-PWA
file: Olhar-PWA/Dockerfile
context: .
file: Dockerfile
push: true
tags: |
git.goutailler-olivier.com/gato/olhar-pwa:latest