Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 2068 test ci #3462

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
# don't lint build output (make sure it's set to your correct build folder name)
**/dist
tools/**
6 changes: 3 additions & 3 deletions .github/workflows/dev-tool-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Build Typescript
run: npx lerna run build

- name: Install dependencies
run: cd ${{ inputs.directory }}/ && npm ci

- name: Start the hedera local node
run: npx hedera start -d

Expand All @@ -64,9 +67,6 @@ jobs:
- name: Start the local relay
run: npm run start &

- name: Install dependencies
run: cd ${{ inputs.directory }}/ && npm ci

- name: Run the tests
uses: step-security/retry@2ab886c0de89f68f146c9b43f53e61abc59c46dc # v3.0.1
with:
Expand Down
31,957 changes: 5,995 additions & 25,962 deletions dapp-example/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dapp-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"overrides": {
"cypress": "^13.13.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down
Loading
Loading