test: Move compose test env to another dir #18
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |