Skip to content

Commit

Permalink
Merge pull request #3 from kasansinzen/dev
Browse files Browse the repository at this point in the history
fix continues integration
  • Loading branch information
kasansinzen committed Apr 4, 2024
2 parents da3e945 + 78f2cce commit 8d85e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflow/main.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
yml

name: "auto-anchor-scroll-app CI"

on:
Expand Down Expand Up @@ -27,10 +25,10 @@ jobs:
run: npm install

- name: Build application
run: npm run build:prod
run: npm run build

- name: Eslint and Prettierrc
run: npm run lint

- name: Run tests
run: npm test
run: npm run test:ci
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"lint": "ng lint"
},
"private": true,
Expand Down

0 comments on commit 8d85e7c

Please sign in to comment.