Skip to content

Commit 5cdca52

Browse files
committed
chore: run one test only for now
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent f6605cc commit 5cdca52

2 files changed

Lines changed: 2 additions & 100 deletions

File tree

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
verbosity: 3
9898
wait: 120s
9999

100-
- name: Start the local node
100+
- name: Start the solo node
101101
run: npx @hashgraph/solo@0.52.0 one-shot falcon deploy --values-file .github/falcon.yml
102-
timeout-minutes: 5
102+
timeout-minutes: 10
103103

104104
- name: Run the test in ${{ inputs.testfilter }}
105105
run: npx hardhat test --grep ${{ inputs.testfilter }}

.github/workflows/tests.yml

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -26,109 +26,11 @@ jobs:
2626
with:
2727
testfilter: ERC20
2828

29-
ERC721Contract:
30-
name: ERC721 Contract Test Suite
31-
uses: ./.github/workflows/test-workflow.yml
32-
with:
33-
testfilter: ERC721
34-
35-
ERC1155Contract:
36-
name: ERC1155 Contract Test Suite
37-
uses: ./.github/workflows/test-workflow.yml
38-
with:
39-
testfilter: ERC1155
40-
41-
TokenCreateContract:
42-
name: Token Create Test Suite
43-
uses: ./.github/workflows/test-workflow.yml
44-
with:
45-
testfilter: TokenCreateContract
46-
47-
TokenQueryContract:
48-
name: Token Query Test Suite
49-
uses: ./.github/workflows/test-workflow.yml
50-
with:
51-
testfilter: TokenQueryContract
52-
53-
TokenManagmentContract:
54-
name: Token Managment Test Suite
55-
uses: ./.github/workflows/test-workflow.yml
56-
with:
57-
testfilter: TokenManagmentContract
58-
59-
TokenTransferContract:
60-
name: Token Transfer Test Suite
61-
uses: ./.github/workflows/test-workflow.yml
62-
with:
63-
testfilter: TokenTransferContract
64-
65-
HIP755:
66-
name: HIP755 Test Suite
67-
uses: ./.github/workflows/test-workflow.yml
68-
with:
69-
testfilter: HIP755
70-
71-
HRC:
72-
name: HRC Test Suite
73-
uses: ./.github/workflows/test-workflow.yml
74-
with:
75-
testfilter: HRC
76-
77-
PrngSystemContract:
78-
name: PrngSystemContract Test Suite
79-
uses: ./.github/workflows/test-workflow.yml
80-
with:
81-
testfilter: PrngSystemContract
82-
83-
HederaAccountService:
84-
name: HederaAccountService Test Suite
85-
uses: ./.github/workflows/test-workflow.yml
86-
with:
87-
testfilter: HAS
88-
89-
HIP904Batch1:
90-
name: HIP904 Contract Test Suite Batch 1
91-
uses: ./.github/workflows/test-workflow.yml
92-
with:
93-
testfilter: HIP904Batch1
94-
95-
HIP904Batch2:
96-
name: HIP904 Contract Test Suite Batch 2
97-
uses: ./.github/workflows/test-workflow.yml
98-
with:
99-
testfilter: HIP904Batch2
100-
101-
HIP904Batch3:
102-
name: HIP904 Contract Test Suite Batch 3
103-
uses: ./.github/workflows/test-workflow.yml
104-
with:
105-
testfilter: HIP904Batch3
106-
107-
WHBAR:
108-
name: WHBAR Contract Test Suite
109-
uses: ./.github/workflows/test-workflow.yml
110-
with:
111-
testfilter: WHBAR
112-
11329
PublishResults:
11430
name: Publish Results
11531
if: ${{ !cancelled() }}
11632
needs:
11733
- ERC20Contract
118-
- ERC721Contract
119-
- ERC1155Contract
120-
- TokenCreateContract
121-
- TokenQueryContract
122-
- TokenManagmentContract
123-
- TokenTransferContract
124-
- HIP755
125-
- HRC
126-
- PrngSystemContract
127-
- HederaAccountService
128-
- HIP904Batch1
129-
- HIP904Batch2
130-
- HIP904Batch3
131-
- WHBAR
13234

13335
runs-on: hl-contr-lin-md
13436
steps:

0 commit comments

Comments
 (0)