Skip to content

Commit

Permalink
'CI'
Browse files Browse the repository at this point in the history
  • Loading branch information
CaringDev committed Apr 4, 2024
1 parent 5e56471 commit bba4ae4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches: [main]
jobs:
build:
name: test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm ci
- run: npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test --browsers ChromeHeadless --watch=false"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit bba4ae4

Please sign in to comment.