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 4aeb464 commit d59edb8Copy full SHA for d59edb8
.github/workflows/ci.yml
@@ -17,9 +17,6 @@ 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
@@ -33,6 +30,14 @@ jobs:
33
30
node-version-file: '.nvmrc'
34
31
cache: 'npm'
35
32
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.2'
40
+ path: lampy
41
42
- name: Setup cache
43
uses: actions/cache@v4
0 commit comments