From 75d27eebaf82db5ae6db260058eadfbfb0d88bc7 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Wed, 20 Dec 2023 16:55:28 +0100 Subject: [PATCH] reformat temporary script --- .github/workflows/testing_this_now.yml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/.github/workflows/testing_this_now.yml b/.github/workflows/testing_this_now.yml index 2f90b660729..180f6bb22d2 100644 --- a/.github/workflows/testing_this_now.yml +++ b/.github/workflows/testing_this_now.yml @@ -1,23 +1,18 @@ -# This is a basic workflow to help you get started with Actions -name: Release Package & Docker Image - +--- +name: TEST MariaDB DB migrations on: - pull_request: - types: [opened, synchronize, ready_for_review] - paths-ignore: ["docs/**", "docker/**", "*", "!pyproject.toml", "**.md"] - + pull_request: + types: [opened, synchronize, ready_for_review] + paths-ignore: [docs/**, docker/**, '*', '!pyproject.toml', '**.md'] jobs: - mariadb-db-migration-testing: + mariadb-db-migration-testing: runs-on: ubuntu-dind-runners - steps: - - name: Checkout code + - name: Checkout code uses: actions/checkout@v4.1.1 - - - name: Set up Python 3.9 + - name: Set up Python 3.9 uses: actions/setup-python@v4.8.0 with: - python-version: "3.9" - - - name: Test migrations across versions + python-version: '3.9' + - name: Test migrations across versions run: bash scripts/test-migrations.sh mariadb