From f6d17fa628b7833fec87722c751ffe4950c3ef07 Mon Sep 17 00:00:00 2001 From: loevray Date: Mon, 1 Apr 2024 17:11:07 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A8chore]:=20pr=EC=8B=9C=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=EC=BD=94=EB=93=9C=20=EC=8B=A4=ED=96=89?= =?UTF-8?q?=ED=95=98=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildTest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/buildTest.yaml b/.github/workflows/buildTest.yaml index 51dda64e..5ab049d3 100644 --- a/.github/workflows/buildTest.yaml +++ b/.github/workflows/buildTest.yaml @@ -27,6 +27,9 @@ jobs: - name: Install dependencies run: yarn install + - name: Test utility functions + run: yarn run test + - name: Build with yarn run: yarn run build env: