From 7f2761944e0856cf80112f9948709465c6e873fa Mon Sep 17 00:00:00 2001 From: VanshikaSabharwal Date: Mon, 20 Apr 2026 22:06:02 +0530 Subject: [PATCH] uncommented the code in ci --- .github/workflows/ci.yml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a36c0b..d36d297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,21 +97,20 @@ jobs: echo 'METACALL_AUTH_PASSWORD="${{ secrets.METACALL_AUTH_PASSWORD }}"' >> .env npm run coverage - # # TODO: This depends on: https://github.com/metacall/faas/issues/78 - # - name: Run Tests (local) - # run: | - # cd .. - # git clone https://github.com/metacall/faas.git - # cd faas - # npm install - # npm run build - # node dist/index.js --version - # cd ../deploy - # export TEST_DEPLOY_LOCAL="true" - # node ../faas/dist/index.js & - # sleep 10 - # mv .env.example .env - # npm run coverage + - name: Run Tests (local) + run: | + cd .. + git clone https://github.com/metacall/faas.git + cd faas + npm install + npm run build + node dist/index.js --version + cd ../deploy + export TEST_DEPLOY_LOCAL="true" + node ../faas/dist/index.js & + sleep 10 + mv .env.example .env + npm run coverage - name: Publish if: startsWith(github.ref, 'refs/tags/')