From 362ab2a945a74253a29892a4cd723093ae2cefbc Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 14:03:18 +0200 Subject: [PATCH] Updated test job --- .gitea/workflows/push.yaml | 17 +++++++---------- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index e836082..3f6bd00 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -7,22 +7,19 @@ on: - "main" jobs: + test: runs-on: ubuntu-latest + container: + image: ghcr.io/cirruslabs/flutter:stable steps: - - name: Checkout code - uses: actions/checkout@v4 - - # Required for Flutter action - - name: Install jq + - name: Install Node run: | apt-get update - apt-get install -y jq + apt-get install -y nodejs npm - - name: Set up Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable + - name: Checkout code + uses: actions/checkout@v4 - name: Get dependencies run: | diff --git a/pubspec.yaml b/pubspec.yaml index 58fdc9b..2ad29fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tallee description: "Tracking App for Card Games" publish_to: 'none' -version: 0.0.34+274 +version: 0.0.33+274 environment: sdk: ^3.12.0