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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannegele committed Oct 5, 2023
1 parent 18c6647 commit b7e3163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get CLI
run: |
curl -L https://github.com/datacontract/cli/releases/download/v0.2.0/datacontract-v0.2.0-linux-amd64.tar.gz -o datacontract.tar.gz
curl -L https://github.com/datacontract/cli/releases/download/v0.3.1/datacontract-v0.3.1-linux-amd64.tar.gz -o datacontract.tar.gz
tar -xf datacontract.tar.gz
- name: Check backwards compatibility
run: ./datacontract breaking --with https://raw.githubusercontent.com/datacontract/cli-examples/main/datacontract.yaml
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get CLI
run: |
curl -L https://github.com/datacontract/cli/releases/download/v0.2.0/datacontract-v0.2.0-linux-amd64.tar.gz -o datacontract.tar.gz
curl -L https://github.com/datacontract/cli/releases/download/v0.3.1/datacontract-v0.3.1-linux-amd64.tar.gz -o datacontract.tar.gz
tar -xf datacontract.tar.gz
- name: Check backwards compatibility
run: ./datacontract breaking --with https://raw.githubusercontent.com/datacontract/cli-examples/main/datacontract.yaml
Expand All @@ -29,12 +29,12 @@ Run ./datacontract breaking --with https://raw.githubusercontent.com/datacontrac
Found 1 differences between the data contracts!

🔴 Difference 1:
Description: field 'my_table.my_column_2' was removed
Description: field 'my_table.my_column' was removed
Type: field-removed
Severity: breaking
Level: field
Model: my_table
Field: my_column_2
Field: my_column
Exiting application with error: found breaking differences between the data contracts
Error: Process completed with exit code 1.
```

0 comments on commit b7e3163

Please sign in to comment.