Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ permissions:

jobs:
lighthouse:
runs-on: ghcr.io/stanthonynovato/say-website-builder:latest
runs-on: ubuntu-latest
container:
image: ghcr.io/stanthonynovato/say-website-builder:latest

steps:
- name: 🧾 Checkout code
Expand All @@ -36,7 +38,7 @@ jobs:

- name: 🚀 Start Jekyll Server in background
run: |
JEKYLL_ENV=production bundle exec jekyll serve --port 4000 --host 127.0.0.1 &
JEKYLL_ENV=production bundle exec jekyll serve --port 4000 --host 0.0.0.0 &
echo $! > jekyll.pid

- name: 🕰 Wait for server to be ready
Expand Down
Empty file added file2
Empty file.
Empty file added testFile
Empty file.
Loading