Fix CI tests. (#596)

This commit is contained in:
Fangjun Kuang
2024-02-21 15:37:27 +08:00
committed by GitHub
parent 099a0ccae3
commit 25079b5c05
6 changed files with 7 additions and 7 deletions

View File

@@ -132,7 +132,7 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: matrix.shared_lib == 'OFF' && matrix.build_type == 'Release' if: matrix.shared_lib == 'OFF' && matrix.build_type == 'Release'
with: with:
name: release-static name: release-static-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
path: build/bin/* path: build/bin/*
- name: Test transducer kws - name: Test transducer kws
@@ -236,6 +236,6 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: tts-generated-test-files name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
path: tts path: tts

View File

@@ -29,7 +29,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 13 node-version: 13
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'

View File

@@ -129,5 +129,5 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: tts-generated-test-files name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.lib_type }}
path: tts path: tts

View File

@@ -81,5 +81,5 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: tts-generated-test-files name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.python-version }
path: tts path: tts

View File

@@ -38,7 +38,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 13 node-version: 13
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'

View File

@@ -89,7 +89,7 @@ jobs:
git diff git diff
cp *.js ../scripts/nodejs cp *.js ../scripts/nodejs
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 13 node-version: 13
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'