Skip to content

Commit a415dce

Browse files
committed
chore: try without core
1 parent 5b40744 commit a415dce

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/normal_vote_ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
infura: ${{ secrets.WEB3_INFURA_PROJECT_ID }}
3939
etherscan: ${{ secrets.ETHERSCAN_TOKEN }}
4040

41-
- name: Core tests
42-
uses: ./.github/actions/core_tests
43-
with:
44-
vote: "normal"
41+
# - name: Core tests
42+
# uses: ./.github/actions/core_tests
43+
# with:
44+
# vote: "normal"
4545

4646
- name: Scripts tests
4747
uses: ./.github/actions/scripts_tests

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ yarn-error.log
3131

3232
# local env
3333
.envrc
34+
35+
# Docker
36+
/cache

0 commit comments

Comments
 (0)