Skip to content

pip: bump google-cloud-storage from 3.4.0 to 3.4.1 #4771

pip: bump google-cloud-storage from 3.4.0 to 3.4.1

pip: bump google-cloud-storage from 3.4.0 to 3.4.1 #4771

Workflow file for this run

name: Playwright Tests
on:
pull_request:
merge_group:
jobs:
playwright:
name: 'Playwright Tests'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
# Steps for Playwright testing with container
- uses: actions/setup-node@v5
with:
node-version: 20
- name: Run your tests
timeout-minutes: 30
run: npm run pwtests-shutdown; npm run pwtests
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test-results
path: packages/playwright/test-results/
retention-days: 30