We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a5a7f commit 1d1e6bcCopy full SHA for 1d1e6bc
.github/workflows/update-persistence-coverage.yml
@@ -33,6 +33,8 @@ jobs:
33
- name: Update Coverage Docs with Persistence Coverage
34
working-directory: docs
35
run: |
36
+ git branch
37
+ git log -1
38
ls -la
39
cd scripts/persistence
40
python3 -m venv .venv
0 commit comments