Skip to content

Commit

Permalink
test(agent): e2e poc (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Apr 15, 2024
1 parent bd61b1a commit 3d33152
Show file tree
Hide file tree
Showing 15 changed files with 1,824 additions and 63 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
run: npm run build
- name: Run tests
run: npm run test --workspace=src/agent
- name: Run e2e tests
run: npm run test:e2e --workspace=src/agent
Loading

0 comments on commit 3d33152

Please sign in to comment.