Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Jul 14, 2024
1 parent e117916 commit 88ba38d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pnpm build
- name: Run pack script
run: pnpm pack:all
- name: Run js tests
- name: Run e2e tests
run: pnpm test:e2e
- name: Validate working directory is clean
run: .github/workflows/scripts/ensure-clean-working-tree.sh
1 change: 0 additions & 1 deletion tests/src/reflection_api_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { diffJson, runTestsForApp, setupNodeTestApp } from './utils.js';
await testReflectionApi();
});
// Run same tests for go test app
// TODO: do similar setup as for JS to allow testing agsints CLI from HEAD.
await runTestsForApp('../go/tests/test_app', async () => {
await testReflectionApi();
});
Expand Down

0 comments on commit 88ba38d

Please sign in to comment.