From 1499e8d190d109bb609d6787cbe1d3a2a83f7630 Mon Sep 17 00:00:00 2001 From: Jiwoo Ahn Date: Fri, 29 Mar 2024 20:44:43 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix:=20add=20working=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 788d8d4..a2ec359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,9 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: npm ci, build and test + working-directory: ./aeye run: | npm ci npm run build --if-present npm test +