summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-05-24 05:41:37 +0200
committerRory& <root@rory.gay>2026-05-24 05:41:37 +0200
commit536c20f6d053adf0af6874b6f0872a58c2c11a93 (patch)
tree0f2289abc332a0a59c2697323b456ef715215d97
parentUpdate npm packages, patches (diff)
downloadserver-ts-536c20f6d053adf0af6874b6f0872a58c2c11a93.tar.xz
Fix github workflows
-rw-r--r--.github/workflows/build-docker.yml2
-rw-r--r--.github/workflows/build.yml28
2 files changed, 1 insertions, 29 deletions
diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml

index 1019af78..39bacd07 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml
@@ -21,7 +21,7 @@ jobs: - webrtc - admin-api - cdn-cs - - gateway-offload + - offload steps: - uses: actions/checkout@v6 - uses: cachix/install-nix-action@v31 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644
index 26787bc5..00000000 --- a/.github/workflows/build.yml +++ /dev/null
@@ -1,28 +0,0 @@ -#name: Build -# -#on: -# push: -# branches: [ "master" ] -# pull_request: -# branches: [ "master" ] -# -#jobs: -# build: -# runs-on: ubuntu-latest -# -# strategy: -# matrix: -# node-version: [24.x] -# # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ -# -# steps: -# - uses: actions/checkout@v5 -# - name: Use Node.js ${{ matrix.node-version }} -# uses: actions/setup-node@v5 -# with: -# node-version: ${{ matrix.node-version }} -# cache: 'npm' -# - run: npm ci -# - run: npm install --no-save sqlite3 --force -# - run: npm run build --if-present -# - run: npm run test --if-present