File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 node-version : ${{ matrix.node-version }}
5656 cache : ' pnpm'
5757 - name : Install dependencies
58- run : |
59- pnpm i --frozen-lockfile
60- npx puppeteer browsers install
58+ run : pnpm i --frozen-lockfile
6159 - name : Get snapshot version
6260 env :
6361 TOKEN : ${{ secrets.SNAPSHOT_TOKEN }}
8280 dist_firefox_v3
8381 - name : Test
8482 run : |
83+ npx puppeteer browsers install
8584 php -S 0.0.0.0:8899 -t $GITHUB_WORKSPACE/tests/simple-server &
8685 sleep 5
8786 npm run test:e2e
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { promisify } from 'util';
1010
1111export const testServer = 'http://127.0.0.1:8899/' ;
1212export const fxAddonUUID = 'f492d714-700a-4402-8b96-4ec9e829332d' ;
13+
1314const browserList = { } ;
1415
1516const __filename = fileURLToPath ( import . meta. url ) ;
You can’t perform that action at this time.
0 commit comments