From eb06978a25846d1b870dd406cb2224e94600e4d1 Mon Sep 17 00:00:00 2001 From: zihang Date: Tue, 3 Dec 2024 17:39:59 +0800 Subject: [PATCH] fix(ci): typo --- .github/workflows/next-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/next-check.yml b/.github/workflows/next-check.yml index 74cca79d..425d7bca 100644 --- a/.github/workflows/next-check.yml +++ b/.github/workflows/next-check.yml @@ -75,7 +75,7 @@ jobs: run: | moon update $failed_directories = @() - Get-ChildItem -Path ".\legacy\examples" -Directory | ForEach-Object { + Get-ChildItem -Path ".\next\sources" -Directory | ForEach-Object { Write-Output "Processing $($_.FullName)" Set-Location $_.FullName moon install && moon check --deny-warn --target ${{ matrix.backend }} && moon test --target ${{ matrix.backend }}