Skip to content

Commit

Permalink
Merge pull request #19 from LeadingEDJE/update_ci_test
Browse files Browse the repository at this point in the history
Adding test headless
  • Loading branch information
ted-cegelka-LE authored Nov 9, 2023
2 parents 089a7f5 + d9cc94c commit 579431d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: npm run build
- name: Test
run: npm run test
run: npm run test:headless
# - name: Archive build
# if: success()
# uses: actions/upload-artifact@v1
Expand Down
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:headless": "ng test --browsers ChromeHeadless",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"format-check": "prettier --check .",
Expand Down

0 comments on commit 579431d

Please sign in to comment.