diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 1019af7..39bacd0 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -21,7 +21,7 @@ - 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 26787bc..0000000 --- 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