Skip to content

Commit

Permalink
ci: Add github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul committed Jul 10, 2024
1 parent ada1f54 commit d9f21ca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: sotactl CI tests
on:
push:
pull_request:
branches:
- main

jobs:
sotactl:
name: Build dev container and sota client
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-dev-env
run: ./dev-shell.sh true
- name: build sotactl
run: ./dev-shell.sh make

0 comments on commit d9f21ca

Please sign in to comment.