12abdiuad1
This commit is contained in:
parent
a539c19862
commit
e3fdb13efc
2 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,12 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
uses: ./.forgejo/workflows/test.yml
|
||||
build-and-push-image:
|
||||
runs-on: nixos-x86_64-linux
|
||||
needs:
|
||||
- run-tests
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -17,7 +17,3 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "latest"
|
||||
- name: Run npm clean install and build
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue