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 e27b531 commit ac72999Copy full SHA for ac72999
.github/workflows/test-browser-exp.yaml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
if: github.event.label.name == 'New Browser Test Expectations'
12
steps:
13
+ - name: Checkout workflow repo
14
+ uses: actions/checkout@v5
15
- name: Setup Frontend
16
uses: ./.github/actions/setup-frontend
17
- name: Cache Playwright browsers
0 commit comments