From 15515f48ce6f6c8a0abaccbff62a47d744801b05 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Wed, 16 Oct 2024 16:50:23 +0200 Subject: [PATCH] chore: re-enable ci repo tests --- .github/workflows/_ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/_ci.yml b/.github/workflows/_ci.yml index cb534c4..2a18f6c 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -17,8 +17,7 @@ jobs: - run: npm ci - run: npm run format:check - run: npm run lint - # FIXME: Re-enable this once tests can reliably run in GitHub Actions - # - run: npm run test + - run: npm run test - run: npm run build - name: Check that dist/ is correctly generated