Skip to content

Commit

Permalink
Test multiple versiosn
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed May 22, 2024
1 parent 7ad2a02 commit 5da2e8c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/flytectl-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
version:
- v0.8.20
- latest
# Test the case where no version is specified
- " "
steps:
- uses: actions/checkout@v4
- run: |
chmod +x ./flytectl/install.sh
./flytectl/install.sh
./flytectl/install.sh ${{ matrix.version }}
./bin/flytectl version

0 comments on commit 5da2e8c

Please sign in to comment.