From e15f9fc1b87f93af73a303a4d5ffab2747e9584a Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Mon, 9 Oct 2023 19:12:43 +0200 Subject: [PATCH] ci: auto install deps in frontend and backend dirs of examples before tests --- .github/workflows/test-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index bdb9a0d68..a799a33da 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -25,7 +25,7 @@ jobs: working-directory: ${{ matrix.examplePath }} steps: - uses: actions/checkout@v2 - - run: bash ../../test/updateExampleAppDeps.sh + - run: bash ../../test/updateExampleAppDeps.sh . - run: npm install mocha@6.1.4 jsdom-global@3.0.2 puppeteer@^11.0.0 isomorphic-fetch@^3.0.0 - run: npm run build || true - run: |