chore(ci): disable pip-platform tests temporarily (broken until fixed)
Run Tests on Branches / Detect Changes (push) Successful in 14s
Run Tests on Branches / Backend Tests (push) Successful in 1m49s
Run Tests on Branches / Frontend Tests (push) Successful in 1m39s
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped
Run Tests on Branches / Parapharmacy API Tests (push) Has been skipped
Run Tests on Branches / PIP Platform Tests (push) Has been skipped

This commit is contained in:
Antoni Nuñez Romeu
2026-07-16 18:31:42 +02:00
parent 2a2cca9537
commit db62ba078f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
test-pip-platform:
name: Pip Platform Tests
needs: detect-changes
if: needs.detect-changes.outputs.pip-platform == 'true'
if: false && needs.detect-changes.outputs.pip-platform == 'true'
runs-on: ubuntu-latest
timeout-minutes: 15
services: