Skip to content

Commit

Permalink
update github path
Browse files Browse the repository at this point in the history
  • Loading branch information
none00y committed Aug 30, 2024
1 parent 218609e commit 6b34a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
chmod +x ./node.sh
./node.sh
echo "$NODE_DIR" >> $GITHUB_PATH
- name: Run unit tests
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
run: |
chmod +x ./node.sh
./node.sh
echo "$NODE_DIR" >> $GITHUB_PATH
- name: Install cargo contract
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -162,6 +164,7 @@ jobs:
run: |
chmod +x ./node.sh
./node.sh
echo "$NODE_DIR" >> $GITHUB_PATH
- name: Install cargo contract
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 6b34a77

Please sign in to comment.