We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d331e6f commit 398c7ecCopy full SHA for 398c7ec
.github/workflows/self-hosted-ci.yml
@@ -1,16 +1,15 @@
1
+
2
name: Self-Hosted CI
3
4
on:
5
push:
6
branches: [ main ]
7
pull_request:
8
- # Ajout d'un déclencheur manuel pour faciliter les tests
9
workflow_dispatch:
10
11
jobs:
12
build-and-test:
13
- # Spécifie d'utiliser votre runner auto-hébergé au lieu des runners GitHub
14
runs-on: self-hosted
15
16
steps:
@@ -20,11 +19,8 @@ jobs:
20
19
- name: Log Node.js version
21
run: node --version
22
23
- - name: Log available disk space
24
- run: |
25
- echo "Checking available disk space:"
26
- df -h
27
-
+ # ÉTAPE SUPPRIMÉE - pas critique pour le TP
28
- name: Install dependencies
29
run: npm ci
30
0 commit comments