Skip to content

Commit de04279

Browse files
committed
wip
1 parent a9f9615 commit de04279

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/end2end.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,18 @@ jobs:
6262
runs-on: ubuntu-latest
6363

6464
steps:
65-
- name: download artifact
66-
uses: actions/download-artifact@v4
67-
with:
68-
name: lightpanda-build-release
69-
7065
- uses: actions/checkout@v4
7166
with:
7267
repository: 'lightpanda-io/demo'
7368
fetch-depth: 0
7469

7570
- run: npm install
71+
72+
- name: download artifact
73+
uses: actions/download-artifact@v4
74+
with:
75+
name: lightpanda-build-release
76+
7677
- run: |
7778
go run ws/main.go &
7879
zig-out/bin/lightpanda &

0 commit comments

Comments
 (0)