From e85bf57f9a1f22c6e627411acde763919614c1f6 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Tue, 11 Jun 2024 11:03:50 +0200 Subject: [PATCH] fixed issues --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2023ca0b..909d598c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: - recover-id-object/Cargo.toml - generator/Cargo.toml - wallet-connect-test-bench/smart-contract/Cargo.toml - - notification-service/Cargo.toml + - notification-server/Cargo.toml steps: - name: Checkout uses: actions/checkout@v4