Skip to content

Commit ec5762e

Browse files
committed
disable test temporarily
1 parent 034d4bc commit ec5762e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ jobs:
2525
with:
2626
submodules: recursive
2727

28-
- name: Install Chromium dependencies
29-
run: |
30-
sudo apt-get update
31-
sudo apt-get install -y chromium-browser
28+
# - name: Install Chromium dependencies
29+
# run: |
30+
# sudo apt-get update
31+
# sudo apt-get install -y chromium-browser
3232

3333
# Runs a single command using the runners shell
3434
- name: Build Platformer
3535
run: |
3636
npm ci
3737
npm run build:prod
38-
npm run test
39-
env:
40-
CHROME_BIN: /usr/bin/chromium-browser
41-
CHROMIUM_FLAGS: '--no-sandbox --disable-setuid-sandbox'
42-
PUPPETEER_ARGS: '--no-sandbox --disable-setuid-sandbox'
38+
# npm run test
39+
# env:
40+
# CHROME_BIN: /usr/bin/chromium-browser
41+
# CHROMIUM_FLAGS: '--no-sandbox --disable-setuid-sandbox'
42+
# PUPPETEER_ARGS: '--no-sandbox --disable-setuid-sandbox'
4343
# Runs a set of commands using the runners shell
4444
- name: Deploy to GitHub Pages
4545
# You may pin to the exact commit or the version.

0 commit comments

Comments
 (0)