Skip to content

Commit

Permalink
workflows: run UI lint and test in experimental github actions build
Browse files Browse the repository at this point in the history
Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Feb 2, 2024
1 parent 829c925 commit 97cdb72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/experimental-github-actions-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- run: ./build/github/get-engflow-keys.sh
- name: run tests
run: bazel test //pkg:all_tests --config crosslinux --jobs 300 --remote_download_minimal --bes_keywords=github_pr_number=${{ github.event.pull_request.number }} --config=use_ci_timeouts --build_event_binary_file=bes.bin $(./build/github/engflow-args.sh)
run: bazel test //pkg:all_tests //pkg/ui:lint //pkg/ui:test --config crosslinux --jobs 300 --remote_download_minimal --bes_keywords=github_pr_number=${{ github.event.pull_request.number }} --config=use_ci_timeouts --build_event_binary_file=bes.bin $(./build/github/engflow-args.sh)
- name: upload test results
run: ./build/github/upload-test-results.sh bes.bin
if: always()
Expand Down
3 changes: 3 additions & 0 deletions pkg/ui/workspaces/cluster-ui/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jest_test(
"tsconfig.json",
":node_modules",
],
exec_properties = {
"test.Pool": "large",
},
node_modules = ":node_modules",
)

Expand Down

0 comments on commit 97cdb72

Please sign in to comment.