diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6525b39..1764e81 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: check: name: Full Project Check runs-on: self-hosted - timeout-minutes: 30 + timeout-minutes: 20 steps: - uses: actions/checkout@v4 @@ -19,27 +19,8 @@ jobs: mkdir -p ~/.config/nix echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf - - name: Generate changelog - run: nix develop --command task generate-changelog - - - name: Analyze - run: nix develop --command task analyze - - - name: Unit + Widget tests - run: nix develop --command task test - - - name: Build Linux - run: nix develop --command task build-linux - - - name: Integration tests - run: nix develop --command task integration - - - name: UI E2E tests - timeout-minutes: 12 - run: nix develop --command task integration-ui - - - name: Coverage gate - run: nix develop --command task coverage + - name: Run Full Check Suite + run: nix develop --command task check build-linux: name: Build Linux Release