From bed8ad176a03c7cb63768920b0b15d12c062000f Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Fri, 1 Aug 2025 13:12:25 +0530 Subject: [PATCH] testing late git clone, caching flutter install --- .gitea/workflows/test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 99ded20..a5d5c6e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -31,11 +31,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - channel: master - # - name: Setup Python # uses: actions/setup-python@v4.7.0 @@ -65,6 +60,11 @@ jobs: channel: master flutter-version: 3.32.8 + - name: Checkout code + uses: actions/checkout@v4 + with: + channel: master + - name: Get dependencies run: flutter pub get