1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-23 07:51:56 +00:00

ci: disable fail-fast on test workflow

This commit is contained in:
Nicolas Duchon
2025-05-24 14:57:12 +02:00
parent 0bb98ef415
commit def3131239

View File

@@ -21,6 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
base_docker_image: [alpine, debian] base_docker_image: [alpine, debian]
fail-fast: false
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4