Skip to content

Commit 35849b0

Browse files
author
Dan Forbes
committed
Add web3js-angular-dapp-min Test & Build CI Workflow
1 parent a705ff6 commit 35849b0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: web3js-angular-dapp-min Build & Test
2+
on:
3+
push:
4+
branches: [ main ]
5+
pull_request:
6+
branches: [ main ]
7+
types: [ opened, reopened, synchronize ]
8+
jobs:
9+
build:
10+
name: Build & Test
11+
runs-on: ubuntu-latest
12+
defaults:
13+
run:
14+
working-directory: templates/min/web3js-angular-dapp-min
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version: 20
20+
- run: npm i
21+
- run: npm run build
22+
- run: npx ng test --no-watch --no-progress --browsers=ChromeHeadless

0 commit comments

Comments
 (0)