From a29127e9a0ba15ecb81ab2ff73d17d3bb69dbcea Mon Sep 17 00:00:00 2001 From: weboko Date: Wed, 4 Jan 2023 22:19:35 +0100 Subject: [PATCH] use other standard to ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95c9bd6..04782cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,12 @@ jobs: - name: install run: npm install - working-directory: "! 'examples/%{ matrix.example }'" + working-directory: "examples/${{ matrix.example }}" - name: build run: npm run build - working-directory: "! 'examples/%{ matrix.example }'" + working-directory: "examples/${{ matrix.example }}" - name: test run: npm run test --if-present - working-directory: "! 'examples/%{ matrix.example }'" + working-directory: "examples/${{ matrix.example }}"