Skip to content

Commit

Permalink
Merge pull request #94 from tellor-io/actions-fix
Browse files Browse the repository at this point in the history
Actions fix
  • Loading branch information
themandalore authored Sep 29, 2022
2 parents a401be5 + 147742d commit 63ea903
Show file tree
Hide file tree
Showing 9 changed files with 39,277 additions and 65,184 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@ jobs:
with:
node-version: 14.x
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm i
- run: npx hardhat test
env:
CI: true
# These are not needed for the tests but
# hardhat fails to start when not present.
NODE_URL_RINKEBY: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
NODE_URL_MAINNET: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
PRIVATE_KEY: "00000000000000000000000000000000000000000000000000"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
tmp
cache
**.DS_Store
package-lock.json
/artifacts
/cache
30,057 changes: 0 additions & 30,057 deletions artifacts/build-info/969f1b7b30f0a731a9f9b0dc921a9161.json

This file was deleted.

35,120 changes: 0 additions & 35,120 deletions artifacts/build-info/d46c8c3bbd24a5104f77a50713652796.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/969f1b7b30f0a731a9f9b0dc921a9161.json"
"buildInfo": "../../build-info/b356e6d616cd57e328eda5e0ae4f656c.json"
}
2 changes: 1 addition & 1 deletion artifacts/contracts/UsingTellor.sol/UsingTellor.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/d46c8c3bbd24a5104f77a50713652796.json"
"buildInfo": "../../build-info/b356e6d616cd57e328eda5e0ae4f656c.json"
}
2 changes: 1 addition & 1 deletion artifacts/contracts/interface/ITellor.sol/ITellor.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/d46c8c3bbd24a5104f77a50713652796.json"
"buildInfo": "../../../build-info/b356e6d616cd57e328eda5e0ae4f656c.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/d46c8c3bbd24a5104f77a50713652796.json"
"buildInfo": "../../../build-info/b356e6d616cd57e328eda5e0ae4f656c.json"
}
Loading

0 comments on commit 63ea903

Please sign in to comment.