Skip to content

Commit 6d3bcae

Browse files
committed
test: setup GithHub actions tests 2
1 parent 1e1bc69 commit 6d3bcae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ jobs:
2424
npm run build
2525
npm run test
2626
cd dist
27-
sudo npm link
27+
npm link
28+
cd ..
29+
npm install -g @angular/cli@next
30+
ng new your-angular-project --defaults
31+
npm link angular-cli-ghpages
32+
ng add angular-cli-ghpages
33+
ng deploy

0 commit comments

Comments
 (0)