Skip to content

Commit

Permalink
update all preview jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin committed Dec 1, 2024
1 parent 9d078fd commit 49e5169
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/frontend-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
sparse-checkout: |
packages/e2e
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -118,6 +121,9 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
sparse-checkout: |
packages/e2e
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -153,6 +159,9 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
sparse-checkout: |
packages/e2e
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -191,6 +200,9 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
sparse-checkout: |
packages/e2e
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 49e5169

Please sign in to comment.