Skip to content

Commit

Permalink
chore: asyncapi cli 1.3.0 update (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror authored Jan 16, 2024
1 parent 332f6d9 commit e6f63d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- # Run AsyncAPI Validation
name: AsyncAPI Validation
run: |
docker run --rm -v $(pwd):/app asyncapi/cli:0.54.3 validate /app/var/asyncapi.yaml
docker run --rm -v $(pwd):/app asyncapi/cli:0.54.3 validate /app/var/asyncapi.json
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
-
- # Upload Coverage to Coveralls
name: Coveralls
if: ${{ matrix.coveralls }}
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit e6f63d6

Please sign in to comment.