Skip to content

Commit f002025

Browse files
committed
updated tests yml file
1 parent 260ea0a commit f002025

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
cd extension
3333
npm test
34-
unit-testing-package:
34+
unit-testing-package-react:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v4
@@ -42,18 +42,18 @@ jobs:
4242
cache: 'npm'
4343
- name: Install Package dependencies
4444
run: |
45-
cd package
45+
cd package-react
4646
npm ci
4747
- name: Install linux handler for github actions
4848
run: |
49-
cd package
49+
cd package-react
5050
npm i @rollup/rollup-linux-x64-gnu
5151
- name: Build Package
5252
run: |
53-
cd package
53+
cd package-react
5454
npm run build
5555
- name: Test Package
5656
run: |
57-
cd package
57+
cd package-react
5858
npm test
5959

0 commit comments

Comments
 (0)