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