We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b40744 commit a415dceCopy full SHA for a415dce
.github/workflows/normal_vote_ci.yml
@@ -38,10 +38,10 @@ jobs:
38
infura: ${{ secrets.WEB3_INFURA_PROJECT_ID }}
39
etherscan: ${{ secrets.ETHERSCAN_TOKEN }}
40
41
- - name: Core tests
42
- uses: ./.github/actions/core_tests
43
- with:
44
- vote: "normal"
+ # - name: Core tests
+ # uses: ./.github/actions/core_tests
+ # with:
+ # vote: "normal"
45
46
- name: Scripts tests
47
uses: ./.github/actions/scripts_tests
.gitignore
@@ -31,3 +31,6 @@ yarn-error.log
31
32
# local env
33
.envrc
34
+
35
+# Docker
36
+/cache
0 commit comments