Skip to content

Commit

Permalink
Test animate_lock_graph in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki committed Feb 5, 2023
1 parent a480be0 commit 76e4879
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,9 @@ jobs:
run: |
pg_lw_lock_tracer --version
sudo pg_lw_lock_tracer -p $(pidof postgres) --dry-run
- name: Check that animate_lock_graph can be executed
run: |
animate_lock_graph --version
animate_lock_graph -o animation.html -i examples/create_table_trace.json
diff animation.html -i examples/create_table_trace.html

0 comments on commit 76e4879

Please sign in to comment.