Skip to content

Commit 6540bcf

Browse files
committed
ci: new env variable, cron change
1 parent 86f2d59 commit 6540bcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88
schedule:
9-
- cron: "42 6 * * 0"
9+
- cron: "41 6 * * 0"
1010

1111
jobs:
1212
build:
@@ -23,10 +23,11 @@ jobs:
2323
- name: Test
2424
env:
2525
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
26+
NETWORKS: ${{ secrets.NETWORKS }}
2627
run: go test -v -coverprofile=coverage.txt -covermode=count ./...
2728

2829
- name: Codecov
2930
uses: codecov/[email protected]
3031

3132
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v2
33+
uses: golangci/golangci-lint-action@v2

0 commit comments

Comments
 (0)