Skip to content

Commit

Permalink
testing self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Sep 26, 2024
1 parent 2f00116 commit 33afe17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/run_k6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
run-test:
runs-on: ubuntu-latest
runs-on: Dagfinn-sin-MacBook-Pro-2
#container: docker://golang:1.23-alpine
steps:
- name: Checkout
Expand Down Expand Up @@ -59,6 +59,13 @@ jobs:
name: extended-html
path: html-report.html

- name: Upload summary text report
uses: actions/upload-artifact@v4
if: always()
with:
name: summary-txt
path: stdout.txt

- name: Upload HTML report to Azure
if: always()
shell: bash
Expand Down

0 comments on commit 33afe17

Please sign in to comment.