Skip to content

Commit

Permalink
Disabled broken build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Feb 15, 2022
1 parent 5138477 commit 05539db
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,22 +348,22 @@ jobs:
- name: Execute build
run: php bakery build-assets

Asset-Build-Inspect:
# Asset-Build-Inspect:

name: Assets Build Inspection
runs-on: ubuntu-latest
# name: Assets Build Inspection
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
# steps:
# - uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: ^14.0.0
# - uses: actions/setup-node@v2
# with:
# node-version: ^14.0.0

- name: Install Dependencies
working-directory: build
run: npm i
# - name: Install Dependencies
# working-directory: build
# run: npm i

- name: Type Validation
working-directory: build
run: node_modules/.bin/tsc -p ./tsconfig.json
# - name: Type Validation
# working-directory: build
# run: node_modules/.bin/tsc -p ./tsconfig.json

0 comments on commit 05539db

Please sign in to comment.