Skip to content

Commit 398c7ec

Browse files
Update self-hosted-ci.yml
1 parent d331e6f commit 398c7ec

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/self-hosted-ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1+
12
name: Self-Hosted CI
23

34
on:
45
push:
56
branches: [ main ]
67
pull_request:
78
branches: [ main ]
8-
# Ajout d'un déclencheur manuel pour faciliter les tests
99
workflow_dispatch:
1010

1111
jobs:
1212
build-and-test:
13-
# Spécifie d'utiliser votre runner auto-hébergé au lieu des runners GitHub
1413
runs-on: self-hosted
1514

1615
steps:
@@ -20,11 +19,8 @@ jobs:
2019
- name: Log Node.js version
2120
run: node --version
2221

23-
- name: Log available disk space
24-
run: |
25-
echo "Checking available disk space:"
26-
df -h
27-
22+
# ÉTAPE SUPPRIMÉE - pas critique pour le TP
23+
2824
- name: Install dependencies
2925
run: npm ci
3026

0 commit comments

Comments
 (0)