From e9f437fed2602aee88139c6316a04215ffcf32b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9lie=20Loulergue?= Date: Wed, 20 Nov 2024 11:18:59 +0100 Subject: [PATCH] add install bru cli --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1b266e..3841fa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - + - name: Install bru (Bruno) + run: | + npm install -g @usebruno/cli - name: Run docker-compose uses: hoverkraft-tech/compose-action@v2.0.1 with: