Skip to content

Commit 3b1db17

Browse files
authored
Merge pull request #1217 from threefoldtech/development_update_clean_tests
update pkgs and clean after tests
2 parents 24741ab + b641fb8 commit 3b1db17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/clean_test_account.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defaults:
44
run:
55
working-directory: grid-cli
66
on:
7-
# schedule:
8-
# - cron: "0 9 * * *"
7+
schedule:
8+
- cron: "0 9 * * *"
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/grid-client-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
NETWORK: ${{ matrix.network }}
5555
# run: make integration
5656
run: |
57-
for test in $(go run scripts/scrap_tests.go)
57+
for test in $(go run scripts/scrap_tests/scrap_tests.go)
5858
do
5959
go test -v ./integration_tests -run $test
6060
done

0 commit comments

Comments
 (0)