Skip to content

Commit b2a3403

Browse files
committed
fix: action
1 parent cf67857 commit b2a3403

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/build-and-test/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@ runs:
3939
microsoft-edge --version
4040
EDGE_PATH=$(which microsoft-edge)
4141
echo "edge-path=$EDGE_PATH" >> $GITHUB_OUTPUT
42+
- name: Install Puppeteer Browsers
43+
shell: bash
44+
run: npx puppeteer browsers install
4245
- name: Test
4346
shell: bash
4447
env:
4548
EDGE_PATH: ${{ steps.install-edge.outputs.edge-path }}
4649
run: |
47-
npx puppeteer browsers install
4850
php -S 0.0.0.0:8899 -t $GITHUB_WORKSPACE/tests/simple-server > /dev/null 2>&1 &
4951
sleep 2
5052
npm run test:e2e

0 commit comments

Comments
 (0)