Skip to content

Commit

Permalink
feat(cli): Add run verb (#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jul 12, 2023
1 parent f8a2d11 commit 3eca8da
Show file tree
Hide file tree
Showing 48 changed files with 1,378 additions and 1,055 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Expand Up @@ -243,7 +243,7 @@ jobs:
./scripts/wait-for-port.sh 11633
./dist/tracetest configure -g --endpoint http://localhost:11633
./dist/tracetest test run -d examples/${{ matrix.example_dir }}/tests/list-tests.yaml --wait-for-result || (cat /tmp/docker-log; exit 1)
./dist/tracetest run test -f examples/${{ matrix.example_dir }}/tests/list-tests.yaml || (cat /tmp/docker-log; exit 1)
smoke-test-cli:
name: CLI smoke tests
Expand Down

0 comments on commit 3eca8da

Please sign in to comment.