From 211ff928fcde6e57da2cdbb3ee5ded3d2a53753c Mon Sep 17 00:00:00 2001 From: Muskan Sethi Date: Mon, 12 Aug 2024 13:10:16 +0530 Subject: [PATCH] update --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 883058d6..17a06f41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - run: cd .. && mkdir calesi - run: cd ../calesi && mkdir plugins && cd plugins && mkdir attachments - run: cp -r ./* ../calesi/plugins/attachments - - run: cd ../calesi && git clone https://github.com/cap-js/incidents-app.git && cd incidents-app && npm install --save ../plugins/attachments/ && cp -r xmpls/attachments.cds ./db && npm i && npm add @cap-js/sqlite -D + - run: cd ../calesi && git clone https://github.com/cap-js/incidents-app.git && cd incidents-app && npm install --save ../plugins/attachments/ && cp -r xmpls/attachments.cds ./db && npm i - run: cd ../calesi/plugins/attachments && npm run test env: FORCE_COLOR: true