mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(ci): add debug info for publish_all_packages
This commit is contained in:
parent
bccdaec8b4
commit
a40f562662
@ -30,7 +30,8 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- echo "debug"
|
||||||
|
#- npm run lint
|
||||||
#- xvfb-run --auto-servernum npm run ctest
|
#- xvfb-run --auto-servernum npm run ctest
|
||||||
#- xvfb-run --auto-servernum npm run ftest
|
#- xvfb-run --auto-servernum npm run ftest
|
||||||
#- xvfb-run --auto-servernum npm run wtest
|
#- xvfb-run --auto-servernum npm run wtest
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
set +x
|
set -x
|
||||||
|
|
||||||
trap "cd $(pwd -P)" EXIT
|
trap "cd $(pwd -P)" EXIT
|
||||||
cd "$(dirname $0)"
|
cd "$(dirname $0)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user