diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index fa0d9e2..1c7ffde 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -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 @@ -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 diff --git a/file2 b/file2 new file mode 100644 index 0000000..e69de29 diff --git a/testFile b/testFile new file mode 100644 index 0000000..e69de29