tests: use bats for integration tests
Converted the CLI tests to using bats to get started Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -34,13 +34,9 @@ jobs:
|
||||
skip-go-installation: true
|
||||
args: --timeout=3m
|
||||
|
||||
- name: Cue Lint
|
||||
run: |
|
||||
make cuelint
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
make check-buildkit-version
|
||||
make shellcheck cuelint check-buildkit-version
|
||||
|
||||
test:
|
||||
name: Test
|
||||
|
Reference in New Issue
Block a user