Skip to content

Commit

Permalink
just trying anything
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 7, 2024
1 parent 519380f commit 06bf4a7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test-stellar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
with:
path: '.'

- name: Checkout axelar-cgp-soroban repo
uses: actions/checkout@v4
with:
repository: axelarnetwork/axelar-cgp-soroban

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -71,9 +76,12 @@ jobs:
# the cargo install defines these as aliases, so mimic that behaviour
ln -s bin/soroban bin/stellar
echo "$GITHUB_WORKSPACE/bin" >> "${GITHUB_PATH}"
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/bin/stellar" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/bin/soroban" >> $GITHUB_PATH
- name: Add as configured network
shell: bash
run: |
ls
ls bin/
Expand Down Expand Up @@ -140,11 +148,6 @@ jobs:

###### Compile Wasm Contracts ######

- name: Checkout axelar-cgp-soroban repo
uses: actions/checkout@v4
with:
repository: axelarnetwork/axelar-cgp-soroban

- name: Compile WASM contracts
run: |
stellar contract build --manifest-path=axelar-cgp-soroban/Cargo.toml
Expand Down

0 comments on commit 06bf4a7

Please sign in to comment.