From 8e503d0bd0769497c9bdce2e113cb46e13d84a6a Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 13:49:35 +0200 Subject: [PATCH] tried without node 2 --- .gitea/workflows/pull_request.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index c8d8a70..e0e96c0 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -34,10 +34,10 @@ jobs: container: image: ghcr.io/cirruslabs/flutter:stable steps: - - name: Install Node - run: | - apt-get update - apt-get install -y nodejs npm + # - name: Install Node + # run: | + # apt-get update + # apt-get install -y nodejs npm - name: Checkout code uses: actions/checkout@v4 @@ -58,11 +58,6 @@ jobs: git config --global --add safe.directory '*' flutter pub get - # - name: Install system sqlite - # run: | - # apt-get update - # apt-get install -y libsqlite3-0 - - name: Run tests run: flutter test