Skip to content

Commit

Permalink
ci: front ci mix step
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Oct 31, 2023
1 parent 3b2509a commit 4c69b00
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/front-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- "next/**"

jobs:
lint:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -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:
Expand Down

0 comments on commit 4c69b00

Please sign in to comment.