Skip to content

Commit

Permalink
Fix CI tests. (k2-fsa#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Feb 21, 2024
1 parent 099a0cc commit 25079b5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: matrix.shared_lib == 'OFF' && matrix.build_type == 'Release'
with:
name: release-static
name: release-static-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
path: build/bin/*

- name: Test transducer kws
Expand Down Expand Up @@ -236,6 +236,6 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: tts-generated-test-files
name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
path: tts

2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 13
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: tts-generated-test-files
name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.lib_type }}
path: tts
2 changes: 1 addition & 1 deletion .github/workflows/run-python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: tts-generated-test-files
name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.python-version }
path: tts
2 changes: 1 addition & 1 deletion .github/workflows/test-nodejs-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 13
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
git diff
cp *.js ../scripts/nodejs
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 13
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 25079b5

Please sign in to comment.