Skip to content

Commit

Permalink
reformat temporary script
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Dec 20, 2023
1 parent 07b11d3 commit 75d27ee
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/testing_this_now.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 75d27ee

Please sign in to comment.