Skip to content

Commit

Permalink
Run flytectl version in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario committed May 15, 2024
1 parent f782623 commit e8d3fab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Install latest version
id: test-latest-version
uses: ./
- run: |
flytectl version
test-install-pinned-flytectl:
name: Install pinned version of flytectl
Expand All @@ -30,3 +32,5 @@ jobs:
uses: ./
with:
version: 'v0.8.20'
- run: |
flytectl version

0 comments on commit e8d3fab

Please sign in to comment.