Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Update breaking.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannegele authored Nov 17, 2023
1 parent 441d349 commit 728b2a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
- uses: actions/checkout@v4
- name: Get CLI
run: |
curl -L https://github.com/datacontract/cli/releases/download/v0.4.0/datacontract-v0.4.0-linux-amd64.tar.gz -o datacontract.tar.gz
tar -xf datacontract.tar.gz
git clone https://github.com/datacontract/cli
cd cli
git checkout tags/v0.4.0
go build ./cmd/datacontract.go
cd ..
mv cli/datacontract ./datacontract
- name: Check backwards compatibility
run: ./datacontract breaking --with https://raw.githubusercontent.com/datacontract/cli-examples/main/datacontract.yaml

0 comments on commit 728b2a1

Please sign in to comment.