From e4908b929f69f108f978b586bd0cd5b43f24cb1e Mon Sep 17 00:00:00 2001 From: Jon Cinque Date: Mon, 20 Nov 2023 20:21:29 +0100 Subject: [PATCH] ci: Update script name for libraries JS run (#5864) * ci: Update script name for libraries JS run * Re-run CI when the workflow file is changed --- .github/workflows/pull-request-libraries.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-libraries.yml b/.github/workflows/pull-request-libraries.yml index 4093d330b64..51d68cf89c0 100644 --- a/.github/workflows/pull-request-libraries.yml +++ b/.github/workflows/pull-request-libraries.yml @@ -5,12 +5,14 @@ on: paths: - 'libraries/**' - 'ci/*-version.sh' + - '.github/workflows/pull-request-libraries.yml' - '!libraries/**/js/**' push: branches: [master] paths: - 'libraries/**' - 'ci/*-version.sh' + - '.github/workflows/pull-request-libraries.yml' - '!libraries/**/js/**' jobs: @@ -57,7 +59,7 @@ jobs: - name: Build and test run: ./ci/cargo-test-sbf.sh libraries - js-test-tlv: + js-test: runs-on: ubuntu-latest env: NODE_VERSION: 16.x @@ -76,4 +78,4 @@ jobs: key: node-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: | node- - - run: ./ci/js-test-tlv.sh + - run: ./ci/js-test-libraries.sh