File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,22 @@ jobs:
5050 echo "Cache contents:"
5151 ls -la ~/.cache/ms-playwright/ || echo "No cache found"
5252
53- # Test that we can actually launch chromium
54- echo "Testing chromium launch..."
55- cat > test-launch.js << 'EOF'
56- const { chromium } = require('@playwright/test');
57- (async () => {
58- console.log('Attempting to launch chromium...');
59- const browser = await chromium.launch({ headless: true });
60- console.log('✅ Chromium launched successfully!');
61- await browser.close();
62- process.exit(0);
63- })().catch(err => {
64- console.error('❌ Failed to launch chromium:', err);
65- process.exit(1);
66- });
67- EOF
68- node test-launch.js
53+ # # Test that we can actually launch chromium
54+ # echo "Testing chromium launch..."
55+ # cat > test-launch.js << 'EOF'
56+ # const { chromium } = require('@playwright/test');
57+ # (async () => {
58+ # console.log('Attempting to launch chromium...');
59+ # const browser = await chromium.launch({ headless: true });
60+ # console.log('✅ Chromium launched successfully!');
61+ # await browser.close();
62+ # process.exit(0);
63+ # })().catch(err => {
64+ # console.error('❌ Failed to launch chromium:', err);
65+ # process.exit(1);
66+ # });
67+ # EOF
68+ # node test-launch.js
6969
7070 - name : Run wallet tests
7171 env :
You can’t perform that action at this time.
0 commit comments