Skip to content

Commit d59edb8

Browse files
committed
chore(ci): réorganiser l'étape de checkout pour le dépôt lampy
1 parent 4aeb464 commit d59edb8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

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

2421
- name: Setup Docker Compose
2522
uses: docker/setup-compose-action@v1
@@ -33,6 +30,14 @@ jobs:
3330
node-version-file: '.nvmrc'
3431
cache: 'npm'
3532
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.2'
40+
path: lampy
3641

3742
- name: Setup cache
3843
uses: actions/cache@v4

0 commit comments

Comments
 (0)