]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/benchmark.yml
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / .github / workflows / benchmark.yml
index 8811f0f458d61aa570ccca98de94e4a5b8e38348..2566f5ba86f9f713eb4bfd3aed47f6ae2a1bef22 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       PGHOST: localhost
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - uses: './.github/actions/reusable-prepare-peertube-build'
         with:
@@ -71,7 +71,7 @@ jobs:
 
       - name: Run benchmark
         run: |
-          node dist/scripts/benchmark.js benchmark.json
+          node dist/scripts/benchmark.js -o benchmark.json
 
       - name: Display result
         run: |