Skip to content

Commit 7cfe74d

Browse files
authored
Merge pull request #513 from yunchipang/feat/send-msg-to-queue-upon-wallet-creation
feat: send event message to queue upon wallet creation
2 parents 23717d3 + 04a09b0 commit 7cfe74d

File tree

7 files changed

+7998
-5110
lines changed

7 files changed

+7998
-5110
lines changed

.github/workflows/treetracker-wallet-api-pull-request-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
3838
steps:
3939
- uses: actions/checkout@v4
40+
- name: Install git
41+
run: apk add --no-cache git
4042
- name: Use Node.js 20.x
4143
uses: actions/setup-node@v4
4244
with:
4345
node-version: '20.x'
4446
- name: npm clean install
45-
run: npm ci
47+
run: npm ci --ignore-scripts
4648
working-directory: ${{ env.project-directory }}
4749

4850
- name: run ESLint

0 commit comments

Comments
 (0)