Skip to content

Commit

Permalink
Make strict build the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 27, 2024
1 parent 739d3a2 commit bcd7ab1
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,6 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
# expect used for unbuffer
- name: Install Native Dependencies
run: |
sudo apt-get update
sudo apt-get install expect
- name: Checkout
uses: actions/checkout@v4

- name: Restore Yarn cache
uses: actions/cache@v4
with:
path: .yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Setup Yarn
run: corepack enable

- name: Install Yarn Dependencies
run: yarn install --immutable

- name: Build
run: yarn build

strict-build:
name: Strict Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
Expand Down

0 comments on commit bcd7ab1

Please sign in to comment.