From 1852cea1f359847311277403fec1f7fc5f279802 Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Tue, 12 Mar 2024 14:52:08 +0100 Subject: [PATCH] add schema compatibility check --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9225fc5..17dc0a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ jobs: fetch-depth: 0 - name: Setup Avrodisiac run: | - curl -L -o avrodisiac.tar.gz https://github.com/SwissDataScienceCenter/avrodisiac/releases/download/v0.1.0/avrodisiac-x86_64-unknown-linux-gnu.tar.gz + curl -L -o avrodisiac.tar.gz https://github.com/SwissDataScienceCenter/avrodisiac/releases/download/v0.1.2/avrodisiac-x86_64-unknown-linux-gnu.tar.gz tar xf avrodisiac.tar.gz --directory=/tmp/ - name: Check formatting run: /tmp/avrodisiac lint . - # - name: Check compatibility - # run: | - # git worktree add /tmp/old ${{ github.event.pull_request.base.ref }} - # /tmp/avrodisiac compat /tmp/old . + - name: Check compatibility + run: | + git worktree add /tmp/old ${{ github.event.pull_request.base.ref }} + /tmp/avrodisiac compat /tmp/old .