From 1536eda25d2589cac5fce417ef1e5db319d4ac30 Mon Sep 17 00:00:00 2001 From: Ronan Connolly Date: Mon, 29 Apr 2024 17:05:24 +0200 Subject: [PATCH] Add test command to CI to test (should fail due to headfull browser) --- .github/workflows/main.yaml | 3 +++ README.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f51bd25..288e571 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,6 +19,9 @@ jobs: - name: Install Dependencies run: npm ci + - name: Test + run: npm run test + - name: Build run: npm run build:prod diff --git a/README.md b/README.md index fad0f85..568622b 100644 --- a/README.md +++ b/README.md @@ -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