Skip to content

Commit b262c24

Browse files
committed
Try to fix the CI
1 parent 27e0b9d commit b262c24

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
lint-and-test-python:
15-
name: Python Test Suite
15+
name: Lint Python Test Suite
1616
runs-on: ubuntu-latest
1717
if: github.event_name == 'pull_request' || github.event_name == 'push'
1818

@@ -38,6 +38,7 @@ jobs:
3838
cd test
3939
source venv/bin/activate
4040
../scripts/lint-python.sh ci
41+
- name: Python test
4142

4243
build:
4344
name: Build and Test Go Plugin

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ USAGE:
288288
Get the status of async-profiler on a running Java application
289289

290290
OPTIONS:
291+
-local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
292+
defaults to the current directory
293+
-no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
294+
container, implies '--keep'
291295
-verbose -v, enable verbose output for the plugin
292296
-app-instance-index -i [index], select to which instance of the app to connect
293297
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
@@ -301,10 +305,6 @@ OPTIONS:
301305
-dry-run -n, just output to command line what would be executed
302306
-keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
303307
be deleted from the container's filesystem after being downloaded
304-
-local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
305-
defaults to the current directory
306-
-no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
307-
container, implies '--keep'
308308

309309
</pre>
310310

0 commit comments

Comments
 (0)