Skip to content

Commit

Permalink
Small comment on upgrading V3 DBs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgesFTW committed Nov 30, 2023
1 parent c59a35e commit 6c22d24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ jobs:
runalyzer .github/workflows/log_gathered_v2_new.sqlite -c 'assert "rank" in [l[0] for l in q("select * from warnings").description]' --nogather
- name: Upgrade V3 to V3
# Tests upgrades on current version for stability and allows users
# to blindly upgrade databases safely
run: |
pip install -e .
Expand Down

0 comments on commit 6c22d24

Please sign in to comment.