Skip to content

Commit

Permalink
Add flytectl install script
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 22, 2024
1 parent da9fb08 commit 9bd9816
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 257 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/flytectl-install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Flytectl-specific checks

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
branches:
- master

jobs:
install-script:
name: Install script
runs-on: ${{ matrix.os }}
strategy:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- run: |
chmod +x ./flytectl/install.sh
./flytectl/install.sh
Loading

0 comments on commit 9bd9816

Please sign in to comment.