From dbc224052b3edf3666f39a74c5601d3b048b817b Mon Sep 17 00:00:00 2001 From: irl Date: Sun, 30 Nov 2025 13:25:27 +0000 Subject: [PATCH] ci: update for forgejo --- .github/workflows/ci.yaml | 9 ++++++--- flake.nix | 0 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 flake.nix diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae49c71..d0672b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,11 +9,14 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: docker + container: + image: ghcr.io/catthehacker/ubuntu:runner-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - - uses: bahmutov/npm-install@v1 + - run: npm install + - run: sudo apt update && sudo apt install -y maven - run: npm run build-keycloak-theme check_if_version_upgraded: @@ -27,7 +30,7 @@ jobs: is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} is_pre_release: ${{steps.step1.outputs.is_pre_release }} steps: - - uses: garronej/ts-ci@v2.1.5 + - uses: actions/ts-ci@v2.1.5 id: step1 with: action_name: is_package_json_version_upgraded diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..e69de29