Skip to content

Commit

Permalink
Merge pull request #27 from delta-hq/update-script
Browse files Browse the repository at this point in the history
update github action file and test script
  • Loading branch information
dilip-openblocklabs authored Mar 26, 2024
2 parents 622780f + 2360d31 commit 46b40b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 44 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/main.yml

This file was deleted.

12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Print New Folder Name
name: Test getUserTVLByBlock method

on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths:
- '**/' # Listen for changes in any directory

Expand Down Expand Up @@ -30,9 +29,12 @@ jobs:
uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run command from t1 folder
- name: Run command from protocol folder
run: |
cd adapters
cd $FOLDER_NAME
# Run your command here
npm run start
npm install
npm run compile
cd ..
npm install
npm run start $FOLDER_NAME

0 comments on commit 46b40b7

Please sign in to comment.