Skip to content

Commit

Permalink
Add disk io test
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jun 27, 2023
1 parent 89c9253 commit 0232992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
hello-world:
disk-io:
runs-on: [self-hosted, manual-runner]
steps:
- run: echo "hello world"
- run: touch test && dd if=/dev/zero of=test bs=1M count=8192

0 comments on commit 0232992

Please sign in to comment.