File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches : [ "**" ]
55 pull_request :
66 branches : [ "**" ]
7+ workflow_dispatch : # <-- Cette ligne permet le déclenchement manuel
78
89jobs :
910 build :
1011 runs-on : ubuntu-latest
1112 steps :
1213 - uses : actions/checkout@v4
13-
14- - name : Setup Node
15- uses : actions/setup-node@v3
14+ - uses : actions/setup-node@v3
1615 with :
1716 node-version : 20
18-
19- - name : Install dependencies
20- run : npm install
21-
22- - name : Build
23- run : npm run build
17+ - run : npm install
18+ - run : npm test
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Lighthouse
22on :
33 pull_request :
44 branches : [ gh-pages ]
5+ workflow_dispatch : # <-- Ajoutez cette ligne
56
67jobs :
78 audit :
1011 - uses : actions/checkout@v4
1112 - uses : treosh/lighthouse-ci-action@v9
1213 with :
13- urls : |
14- https://davidkrk.github.io/
15- https://davidkrk.github.io/music.html
16- uploadArtifacts : true
14+ urls : https://davidkrk.github.io/
You can’t perform that action at this time.
0 commit comments