There was an error while loading. Please reload this page.
1 parent d016d62 commit 0dbf688Copy full SHA for 0dbf688
1 file changed
.github/workflows/validate-migration.yaml
@@ -36,9 +36,13 @@ env:
36
ASAN_OPTIONS: "check_initialization_order=1" # check initialization order of globals
37
38
# Test: Input parameters to the validate-migration test script
39
- DEPOT_NAME: "source/src-cli" # the name of the Perforce depot to validate the git migration against
+ DEPOT_NAME: "go" # the name of the Perforce depot to validate the git migration against
40
41
jobs:
42
+ tidy:
43
+ runs-on: ubuntu-22.04
44
+ steps:
45
+ - name:
46
validate-migration:
47
strategy:
48
fail-fast: false
0 commit comments