From de5b2f7f9178b87ccb941201a5ddba9921cb2fa2 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 4 Apr 2022 12:45:56 +0200 Subject: ci(web/ui): Build web UI via Gradle This change updates the GitHub Actions pipeline to build the web UI via Gradle instead of using Node.js directly. --- .github/workflows/build.yml | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc30d584..9ed5db16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,26 +56,3 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml - build-ui: - name: Build UI (Node ${{ matrix.node }}) - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest] - node: [16] - defaults: - run: - working-directory: opendc-web/opendc-web-ui - steps: - - uses: actions/checkout@v3 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node }} - - run: yarn install --frozen-lockfile - - run: yarn build - env: - CI: true - - run: yarn next lint - env: - CI: true -- cgit v1.2.3