diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 8dc1085..423e4a3 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -4,15 +4,16 @@ on: pull_request
jobs:
build:
-
- runs-on: ubuntu-latest
+ runs-on: macos-latest
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-node@master
- with:
- node-version: 12.x
- - name: Install
- run: npm ci
- - name: E2E
- run: npm run se2e
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@master
+ with:
+ node-version: 12.x
+ - name: Install
+ run: npm ci
+ - name: E2E
+ uses: GabrielBB/xvfb-action@v1.0
+ with:
+ run: npm run se2e
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 139e8f7..7e26506 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -383,7 +383,7 @@
- {{ title }} app is running!
+ {{ title }} app is running yeah!