Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Dec 1, 2023
1 parent 369f459 commit 6ff6fa2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Download compile manually
id: download-solidity-compiler
run: mkdir -p /home/runner/.cache/hardhat-nodejs/compilers/linux-amd64/; wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux -O /home/runner/.cache/hardhat-nodejs/compilers/linux-amd64/solc-linux-amd64-v0.8.19+commit.7dd6d404
run: mkdir -p /home/runner/.cache/hardhat-nodejs/compilers/linux-amd64/; wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux -O /home/runner/.cache/hardhat-nodejs/compilers-v2/linux-amd64/solc-linux-amd64-v0.8.19+commit.7dd6d404; wget https://binaries.soliditylang.org/linux-amd64/list.json -O /home/runner/.cache/hardhat-nodejs/compilers-v2/linux-amd64/list.json

- uses: pnpm/[email protected]
name: Install pnpm
Expand All @@ -39,6 +39,10 @@ jobs:
with:
version: nightly

# - name: Setup upterm session
# uses: mxschmitt/action-tmate@v3
# # with:

- run: pnpm compile
- run: pnpm lint
# - run: pnpm test
Expand Down

0 comments on commit 6ff6fa2

Please sign in to comment.