Skip to content

Commit 0dbf688

Browse files
committed
try validating against the go depot
1 parent d016d62 commit 0dbf688

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/validate-migration.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ env:
3636
ASAN_OPTIONS: "check_initialization_order=1" # check initialization order of globals
3737

3838
# 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
39+
DEPOT_NAME: "go" # the name of the Perforce depot to validate the git migration against
4040

4141
jobs:
42+
tidy:
43+
runs-on: ubuntu-22.04
44+
steps:
45+
- name:
4246
validate-migration:
4347
strategy:
4448
fail-fast: false

0 commit comments

Comments
 (0)