Skip to content

Commit

Permalink
Merge pull request #96 from grucloud/github-action
Browse files Browse the repository at this point in the history
gha in root dir
  • Loading branch information
FredericHeem authored Nov 13, 2023
2 parents a537342 + 22f8f38 commit ac543fd
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Build bau example
name: Bau

on:
push:
paths:
- "bau/**"
branches:
- "*"

Expand All @@ -20,8 +18,8 @@ jobs:
with:
node-version: 18

- name: Install dependencies
run: npm install

- name: Build
run: npm run build
- name: build bau/examples/bau-ts-test
run: |
cd bau/examples/bau-ts-test
npm install
npm run build

0 comments on commit ac543fd

Please sign in to comment.