From 4242b170d63ed4641b9da4314e636e779a8d0414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ad=C3=A1mek?= Date: Tue, 14 Oct 2025 17:48:40 +0200 Subject: [PATCH] fix: revert nginx test Related: #1997 --- .github/workflows/test.yaml | 118 ++++++++++++++++++------------------ 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 721a56669..9e13e424a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,65 +35,65 @@ jobs: INTERCOM_APP_ID: ${{ secrets.INTERCOM_APP_ID }} SEGMENT_TOKEN: ${{ secrets.SEGMENT_TOKEN }} - - name: Install Nginx - run: | - sudo apt-get update - sudo apt-get install -y nginx - - - name: Start Docusaurus server - run: | - nohup npx docusaurus serve --port 3000 --no-open & - sleep 5 - curl -f http://localhost:3000 > /dev/null - - - name: Start Nginx with project config - run: | - cat > default.conf < /dev/null +# +# - name: Start Nginx with project config +# run: | +# cat > default.conf <