From d344c38805f7a1609682bbae19122ff80e25f018 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:25:07 +0330 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2048584..8a4f3bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,9 +33,9 @@ jobs: npm run build working-directory: ./src/identity -# - name: test identity -# run: npm test -# working-directory: ./src/identity + - name: test identity + run: npm test + working-directory: ./src/identity - name: build flight run: |