mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 03:26:47 -05:00
/.github/{scripts,workflows}: test args are working
This commit is contained in:
@@ -36,7 +36,8 @@ echo '
|
||||
"--dolt-version='$version'",
|
||||
"--bucket=dolt-fuzzer-runs",
|
||||
"--region=us-west-2",
|
||||
"--fuzzer-args=basic, --cycles=4, --config=/configs/scheduled-job.toml"
|
||||
"--version-gate-job",
|
||||
"--fuzzer-args=error, --cycles=1"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'go/'
|
||||
# paths:
|
||||
# - 'go/'
|
||||
branches:
|
||||
- 'master'
|
||||
- 'db/fuzzer-on-push'
|
||||
|
||||
jobs:
|
||||
fuzzer:
|
||||
|
||||
Reference in New Issue
Block a user