12abdiuad1
Some checks are pending
Docker / run-tests (push) Waiting to run
Docker / build-and-push-image (push) Blocked by required conditions

This commit is contained in:
Troy 2025-05-05 23:53:39 +01:00
parent a539c19862
commit e3fdb13efc
Signed by: troy
GPG key ID: DFC06C02ED3B4711
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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