From e45fa5ea7a2dd830d8614c8db06af10a51f70d97 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Fri, 27 Jun 2025 13:46:09 -0300 Subject: [PATCH] ci: enable tests --- .forgejo/workflows/lhisp-oauth-client.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/lhisp-oauth-client.yaml b/.forgejo/workflows/lhisp-oauth-client.yaml index 42f3b7f..57d6b76 100644 --- a/.forgejo/workflows/lhisp-oauth-client.yaml +++ b/.forgejo/workflows/lhisp-oauth-client.yaml @@ -33,8 +33,8 @@ jobs: - name: Build Project run: npm run build - # - name: Run Tests - # run: npm test + - name: Run Tests + run: npm run test - name: Prepare Package run: cp package.json dist