We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23c18c commit 4aeb464Copy full SHA for 4aeb464
.github/workflows/ci.yml
@@ -17,6 +17,9 @@ jobs:
17
uses: actions/checkout@v5
18
with:
19
submodules: recursive
20
+ repository: koromerzhin/lampy
21
+ ref: 'v4.1'
22
+ path: lampy
23
24
- name: Setup Docker Compose
25
uses: docker/setup-compose-action@v1
@@ -30,14 +33,6 @@ jobs:
30
33
node-version-file: '.nvmrc'
31
34
cache: 'npm'
32
35
cache-dependency-path: 'package-lock.json'
-
- - name: Repository lampy
- uses: actions/checkout@v5
36
- with:
37
- submodules: recursive
38
- repository: koromerzhin/lampy
39
- ref: 'v4.1'
40
- path: lampy
41
42
- name: Setup cache
43
uses: actions/cache@v4
0 commit comments