From f891ac6ed78cae0bace969b6c2cf9b092101a9e6 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Sat, 27 Jul 2024 04:12:17 +0200 Subject: [PATCH] Add missing checkout --- .github/workflows/integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index eb6ff84f..c185bc8f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -92,6 +92,7 @@ jobs: echo $dartSdkPath | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Dart version run: dart --version + - uses: actions/checkout@v1 - name: Install dependencies run: cd sidekick && dart pub get --no-precompile - name: Run tests