Skip to content

Commit

Permalink
ci: Update script name for libraries JS run (#5864)
Browse files Browse the repository at this point in the history
* ci: Update script name for libraries JS run

* Re-run CI when the workflow file is changed
  • Loading branch information
joncinque authored Nov 20, 2023
1 parent 2b1c225 commit e4908b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit e4908b9

Please sign in to comment.