Actualiser .github/workflows/ci.yml
Some checks failed
CI / lint (push) Successful in 3m58s
CI / build (push) Successful in 4m23s
CI / e2e (push) Successful in 14m18s
CI / intent-service-test (push) Successful in 18m10s
CI / test (push) Failing after 30m22s

This commit is contained in:
kyuno 2026-08-28 19:03:42 +02:00
parent 18d790b1bf
commit 9eadf3b974

View file

@ -62,6 +62,10 @@ jobs:
--health-timeout 5s
--health-retries 10
steps:
- name: Install curl and dependencies
run: |
apt-get update && apt-get install -y curl
- uses: https://github.com/actions/checkout@v4
- uses: pnpm/action-setup@v4