Skip to content

Commit c14d664

Browse files
committed
remove build
1 parent 507d913 commit c14d664

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.github/workflows/test-preview.yml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,12 @@ jobs:
4040
node-version: '20.18.0'
4141
cache: 'yarn'
4242

43-
# Debug: List files in the working directory
44-
- name: List files
45-
run: ls -la
46-
47-
# Step 3: Download reference docs
48-
- name: Download Reference Docs
49-
run: |
50-
curl https://codeload.github.com/ClickHouse/ClickHouse/tar.gz/master | tar -xz -C ./ --strip=2 "ClickHouse-master/docs/"
51-
cp -R ./en docs/
52-
cp -R ./ru docs/
53-
cp -R ./zh docs/
54-
55-
# Step 4: Install dependencies and build the site
56-
- name: Install and build
57-
run: |
58-
export NODE_OPTIONS="--max_old_space_size=4096"
59-
npm install -g yarn
60-
yarn install
61-
yarn build
43+
- name: Log BASE_URL
44+
run: echo "BASE_URL=${{ github.event.deployment_status.environment_url }}"
45+
env:
46+
BASE_URL: ${{ github.event.deployment_status.environment_url }}
6247

63-
# Step 5: Run Playwright tests
48+
# Step 3: Run Playwright tests
6449
- name: Run Playwright tests
6550
run: yarn playwright test
6651
env:

0 commit comments

Comments
 (0)