fix upgrade test maybe
This commit is contained in:
parent
3dbdfac48c
commit
cbc75b07d0
1 changed files with 5 additions and 4 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -63,13 +63,14 @@ jobs:
|
||||||
database: ['pgsql', 'mysql', 'sqlite']
|
database: ['pgsql', 'mysql', 'sqlite']
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout current
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Travel to past
|
||||||
# is there a way to programatically get "the most recent
|
# is there a way to programatically get "the most recent
|
||||||
# tagged minor version of the previous major version"?
|
# tagged minor version of the previous major version"?
|
||||||
ref: branch-2.9
|
run: git checkout branch-2.9
|
||||||
fetch-depth: 0
|
|
||||||
- name: Set Up Cache
|
- name: Set Up Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue