Skip to content

Commit de40fad

Browse files
committed
chore(e2e): enhance workflow by adding code checkout step and improving environment variables setup
1 parent 87e7638 commit de40fad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,22 @@ on:
99
description: 'Branch for Naga tests'
1010
required: true
1111
default: 'master'
12+
1213
env:
1314
LIT_STATUS_WRITE_KEY: ${{ secrets.LIT_STATUS_WRITE_KEY }}
1415
LIT_STATUS_BACKEND_URL: ${{ vars.LIT_STATUS_BACKEND_URL }}
1516
LIVE_MASTER_ACCOUNT: ${{ vars.LIVE_MASTER_ACCOUNT }}
17+
1618
jobs:
1719
naga-e2e-tests:
1820
runs-on: ubuntu-latest
1921
environment: Health Check
2022
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 1
27+
2128
- name: Setup Bun
2229
uses: oven-sh/setup-bun@v1
2330
with:

0 commit comments

Comments
 (0)