From cbc75b07d0d06b10a9e8c2b69d22c58d3eb6ec04 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 6 Jan 2024 21:52:21 +0000 Subject: [PATCH] fix upgrade test maybe --- .github/workflows/tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 682dbac6..07704ee2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,13 +63,14 @@ jobs: database: ['pgsql', 'mysql', 'sqlite'] runs-on: ubuntu-latest steps: - - name: Checkout + - name: Checkout current uses: actions/checkout@v3 with: - # is there a way to programatically get "the most recent - # tagged minor version of the previous major version"? - ref: branch-2.9 fetch-depth: 0 + - name: Travel to past + # is there a way to programatically get "the most recent + # tagged minor version of the previous major version"? + run: git checkout branch-2.9 - name: Set Up Cache uses: actions/cache@v3 with: