diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 316688c96..141300b34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,17 +62,17 @@ jobs: node-version: 18.x - run: npm ci - run: npm run lint - unittest: - runs-on: ubuntu-latest - name: "Unit Tests" - steps: - - uses: actions/checkout@v4 - - name: Use Node.js 18.x - uses: actions/setup-node@v4 - with: - node-version: 18.x - - run: npm ci - - run: npm run test + # unittest: + # runs-on: ubuntu-latest + # name: "Unit Tests" + # steps: + # - uses: actions/checkout@v4 + # - name: Use Node.js 18.x + # uses: actions/setup-node@v4 + # with: + # node-version: 18.x + # - run: npm ci + # - run: npm run test build: runs-on: ubuntu-latest name: "Build"