ci: update for forgejo
This commit is contained in:
parent
0bf045eb85
commit
dbc224052b
2 changed files with 6 additions and 3 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
0
flake.nix
Normal file
0
flake.nix
Normal file
Loading…
Add table
Add a link
Reference in a new issue