Skip to content

Commit

Permalink
run tests through agent
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Oct 23, 2023
1 parent 973fa4b commit 56b6523
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,32 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
kubeshop/demo-pokemon-api:latest
kubeshop/demo-pokemon-api:latest
tracet-tests:
needs: [build]
name: Tracetests
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Tracetest
uses: kubeshop/tracetest-agent-action@main
with:
apiKey: ${{ secrets.TRACETEST_API_KEY }}

- name: Start pokeshop services
uses: isbang/[email protected]
with:
compose-file: |
docker-compose.yml
docker-compose.stream.yml
- name: Run tracetests
run: |
tracetest \
--config ./tracetest/config/tracetest-cli.yaml \
--file ./tracetest/teests/testsuite.yaml

0 comments on commit 56b6523

Please sign in to comment.