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 4ce6a13 commit e30083f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ jobs:
chmod +x ./node.sh
./node.sh
cd ./target/tmp
echo $(pwd) >> $GITHUB_PATH
echo ./target/tmp/ >> $GITHUB_PATH
echo $GITHUB_PATH
echo "CONTRACTS_NODE=$(pwd)" >> $GITHUB_ENV
echo "CONTRACTS_NODE=$(pwd)/substrate-contracts-node" >> $GITHUB_ENV
- name: Run unit tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit e30083f

Please sign in to comment.