Skip to content

Commit 4aeb464

Browse files
committed
chore(ci): remove redundant checkout step for lampy repository
1 parent f23c18c commit 4aeb464

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses: actions/checkout@v5
1818
with:
1919
submodules: recursive
20+
repository: koromerzhin/lampy
21+
ref: 'v4.1'
22+
path: lampy
2023

2124
- name: Setup Docker Compose
2225
uses: docker/setup-compose-action@v1
@@ -30,14 +33,6 @@ jobs:
3033
node-version-file: '.nvmrc'
3134
cache: 'npm'
3235
cache-dependency-path: 'package-lock.json'
33-
34-
- name: Repository lampy
35-
uses: actions/checkout@v5
36-
with:
37-
submodules: recursive
38-
repository: koromerzhin/lampy
39-
ref: 'v4.1'
40-
path: lampy
4136

4237
- name: Setup cache
4338
uses: actions/cache@v4

0 commit comments

Comments
 (0)