Skip to content

Commit

Permalink
fix cI
Browse files Browse the repository at this point in the history
  • Loading branch information
none00y committed Aug 30, 2024
1 parent 6b34a77 commit 00f5598
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
run: |
chmod +x ./node.sh
./node.sh
echo "$NODE_DIR" >> $GITHUB_PATH
substrate-contracts-node
cd ./target/tmp
echo $(pwd) >> $GITHUB_PATH
- name: Run unit tests
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -97,7 +99,9 @@ jobs:
run: |
chmod +x ./node.sh
./node.sh
echo "$NODE_DIR" >> $GITHUB_PATH
substrate-contracts-node
cd ./target/tmp
echo $(pwd) >> $GITHUB_PATH
- name: Install cargo contract
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -164,8 +168,9 @@ jobs:
run: |
chmod +x ./node.sh
./node.sh
echo "$NODE_DIR" >> $GITHUB_PATH
substrate-contracts-node
cd ./target/tmp
echo $(pwd) >> $GITHUB_PATH
- name: Install cargo contract
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 00f5598

Please sign in to comment.