We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31766ee commit c0691e9Copy full SHA for c0691e9
1 file changed
.github/workflows/agent-task-contracts.yml
@@ -100,6 +100,13 @@ jobs:
100
php-version: '8.2'
101
tools: composer:v2
102
- run: npm ci
103
+ - name: Cache Playwright Chromium
104
+ uses: actions/cache@v4
105
+ with:
106
+ path: ~/.cache/ms-playwright
107
+ key: ${{ runner.os }}-playwright-chromium-${{ hashFiles('package-lock.json') }}
108
+ - name: Install Playwright Chromium
109
+ run: npx playwright install --with-deps chromium
110
- run: npm run build
111
- run: npm run test:agent-task-contracts
112
- run: npm run test:browser-canonical-preview-origin
0 commit comments