Skip to content

Commit

Permalink
chore: update asyncapi/cli to 1.4.4 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror authored Jan 29, 2024
1 parent e03f248 commit 15cfcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- # Run AsyncAPI Validation
name: AsyncAPI Validation
run: |
docker run --rm -v $(pwd):/app asyncapi/cli:1.3.0 validate /app/var/asyncapi.yaml
docker run --rm -v $(pwd):/app asyncapi/cli:1.3.0 validate /app/var/asyncapi.json
docker run --rm -v $(pwd):/app asyncapi/cli:1.4.4 validate /app/var/asyncapi.yaml
docker run --rm -v $(pwd):/app asyncapi/cli:1.4.4 validate /app/var/asyncapi.json
- # Upload Coverage to Coveralls
name: Coveralls
Expand Down

0 comments on commit 15cfcc8

Please sign in to comment.