File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments