fix test log dir
This commit is contained in:
parent
b04cd5aa4d
commit
a2c6cf1085
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -312,7 +312,7 @@ jobs:
|
|||||||
-p 1 \
|
-p 1 \
|
||||||
-timeout 20m \
|
-timeout 20m \
|
||||||
-run '^TestSharePointBackupUnitSuite/TestPopulateListsCollections_incremental$' ./internal/m365/collection/site \
|
-run '^TestSharePointBackupUnitSuite/TestPopulateListsCollections_incremental$' ./internal/m365/collection/site \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a /tmp/corso-testlog/gotest-unit.log
|
||||||
|
|
||||||
# Run the second test
|
# Run the second test
|
||||||
go test \
|
go test \
|
||||||
@ -321,7 +321,7 @@ jobs:
|
|||||||
-p 1 \
|
-p 1 \
|
||||||
-timeout 20m \
|
-timeout 20m \
|
||||||
-run '^TestSharePointBackupUnitSuite/TestCollectLists$' ./internal/m365/collection/site \
|
-run '^TestSharePointBackupUnitSuite/TestCollectLists$' ./internal/m365/collection/site \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a /tmp/corso-testlog/gotest-unit.log
|
||||||
|
|
||||||
# Run the third test
|
# Run the third test
|
||||||
go test \
|
go test \
|
||||||
@ -330,7 +330,7 @@ jobs:
|
|||||||
-p 1 \
|
-p 1 \
|
||||||
-timeout 20m \
|
-timeout 20m \
|
||||||
-run '^TestExportUnitSuite/TestStreamItems$' ./internal/m365/collection/site \
|
-run '^TestExportUnitSuite/TestStreamItems$' ./internal/m365/collection/site \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a /tmp/corso-testlog/gotest-unit.log
|
||||||
|
|
||||||
# - name: all tests
|
# - name: all tests
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user