Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b90819e

Browse files
committedApr 10, 2025
Configure pnpm package manager
1 parent 62f2aee commit b90819e

File tree

2 files changed

+13562
-7
lines changed

2 files changed

+13562
-7
lines changed
 

‎.github/workflows/self-hosted.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010

11-
build:
11+
host:
1212
runs-on: self-hosted
1313
steps:
1414
- name: Checkout changes
@@ -33,13 +33,9 @@ jobs:
3333

3434
- name: Build application
3535
run: |
36-
pwd
3736
ls -al .
38-
docker -v
3937
40-
41-
42-
container-test-job:
38+
container:
4339
runs-on: self-hosted
4440
container:
4541
image: node:22
@@ -51,5 +47,12 @@ jobs:
5147
- my_docker_volume:/volume_mount
5248
options: --cpus 1
5349
steps:
50+
- name: Checkout changes
51+
uses: actions/checkout@v4
52+
with:
53+
fetch-depth: 2
54+
5455
- name: Check for dockerenv file
55-
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
56+
run: |
57+
(ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
58+
ls -al .

‎pnpm-lock.yaml

Lines changed: 13552 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.