Skip to content

Commit

Permalink
ci(checks): update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
osiastedian committed Dec 20, 2023
1 parent ecffb85 commit b96d6b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Yarn
run: npm install -g yarn
- name: Yarn CI
run: yarn ci
- name: Yarn Build
- name: Install Dependencies
run: yarn
- name: Build Application
run: yarn build

0 comments on commit b96d6b1

Please sign in to comment.