Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Jun 23, 2023
1 parent c0d7b50 commit 0e710ed
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions .github/workflows/angular-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ on:
- '!demo/angular/README.md'
- '.github/workflows/angular-demos.yml'

defaults:
run:
working-directory: demo/angular

jobs:
build-demos:
runs-on: ubuntu-latest
defaults:
run:
working-directory: demo/angular

strategy:
matrix:
Expand All @@ -45,30 +46,3 @@ jobs:

- name: Build another language
run: yarn build ja

build-stt-demo:
runs-on: ubuntu-latest
defaults:
run:
working-directory: demo/angular-stt

strategy:
matrix:
node-version: [lts/*]

steps:
- uses: actions/checkout@v3

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Pre-build dependencies
run: npm install yarn

- name: Install dependencies
run: yarn install

- name: Build
run: yarn build

0 comments on commit 0e710ed

Please sign in to comment.