Skip to content

Commit

Permalink
Add test command to CI to test (should fail due to headfull browser)
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanCodes committed Apr 29, 2024
1 parent 0721a7d commit 1536eda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Test
run: npm run test

- name: Build
run: npm run build:prod

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChuckNorrisJokeGenerator

Live GitHub Pages CD Deployement:
https://ronancodes.github.io/chuck-norris-joke-generator/

# Default

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.6.

## Development server
Expand Down

0 comments on commit 1536eda

Please sign in to comment.