Skip to content

Commit

Permalink
chore: ci work #38
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 12, 2024
1 parent aff0564 commit d3b7338
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@ jobs:
run: pwd

- name: Who am I
run: whoami
run: whoami

- Name: checkout
run: |
cd /home/ubuntu/golem/deposit-payment-example
git pull
git submodule update --init --recursive
- Name: install dependencies
run: |
cd /home/ubuntu/golem/deposit-payment-example
pnpm install

0 comments on commit d3b7338

Please sign in to comment.