diff --git a/.github/workflows/front-ci.yml b/.github/workflows/front-ci.yml index 42e576f7..ca07c0e3 100644 --- a/.github/workflows/front-ci.yml +++ b/.github/workflows/front-ci.yml @@ -15,7 +15,7 @@ on: - "next/**" jobs: - lint: + build: runs-on: ubuntu-latest steps: - name: Checkout @@ -41,27 +41,6 @@ jobs: cmd: lint dir: next - build: - runs-on: ubuntu-latest - needs: [lint] - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Setup node LTS - uses: actions/setup-node@v3 - with: - node-version: lts/* - cache: yarn - cache-dependency-path: | - next/yarn.lock - - - name: next install - uses: borales/actions-yarn@v4 - with: - cmd: install # will run `yarn install` command - dir: next - - name: next build uses: borales/actions-yarn@v4 with: