From 0d1d0c79881394d273671d3748e382c47a486eb3 Mon Sep 17 00:00:00 2001 From: Maxime Dandel Date: Fri, 24 May 2024 15:31:08 +0200 Subject: [PATCH] test ci --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f87bcc9..5c03fe1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,8 +13,8 @@ jobs: node-version: 20 - name: Install dependencies run: npm install - - name: Build - run: npm run build + # - name: Build + # run: npm run build - name: Run tests run: npm test - name: Notify Discord on failure