ci: update for forgejo
This commit is contained in:
parent
0bf045eb85
commit
529c0c8617
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -9,11 +9,13 @@ 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: npm run build-keycloak-theme
|
||||
|
||||
check_if_version_upgraded:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue