From f4e3bd46e07ac8b7d8775debaf87f31d774e9d8c Mon Sep 17 00:00:00 2001 From: Anas Abbal Date: Wed, 19 Jun 2024 14:15:12 +0100 Subject: [PATCH] update gateway module --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26b66b..479c32b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - app: [driver, notification, nuber-app, ride, user-service] + app: [driver, notification, gateway, ride, user-service] steps: - name: Checkout code