We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260ea0a commit f002025Copy full SHA for f002025
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
cd extension
33
npm test
34
- unit-testing-package:
+ unit-testing-package-react:
35
runs-on: ubuntu-latest
36
steps:
37
- uses: actions/checkout@v4
@@ -42,18 +42,18 @@ jobs:
42
cache: 'npm'
43
- name: Install Package dependencies
44
45
- cd package
+ cd package-react
46
npm ci
47
- name: Install linux handler for github actions
48
49
50
npm i @rollup/rollup-linux-x64-gnu
51
- name: Build Package
52
53
54
npm run build
55
- name: Test Package
56
57
58
59
0 commit comments