Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] run Workspace Integration tests in Github Actions #16904

Merged
merged 9 commits into from
Mar 20, 2023
Prev Previous commit
Next Next commit
[tests] filter Workspace Integration Tests to just Workspace
  • Loading branch information
kylos101 committed Mar 19, 2023
commit ba74db5da2e937c4fa4f030bdf1348a36ce166ee
2 changes: 0 additions & 2 deletions .github/workflows/workspace-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ jobs:
BASE_TESTS_DIR="$GITHUB_WORKSPACE/test/tests"
CONTENT_SERVICE_TESTS="$BASE_TESTS_DIR/components/content-service"
IMAGE_BUILDER_TESTS="$BASE_TESTS_DIR/components/image-builder"
DATABASE_TESTS="$BASE_TESTS_DIR/components/database"
SERVER_TESTS="$BASE_TESTS_DIR/components/server"
WS_DAEMON_TESTS="$BASE_TESTS_DIR/components/ws-daemon"
WS_MANAGER_TESTS="$BASE_TESTS_DIR/components/ws-manager"
WORKSPACE_TESTS="$BASE_TESTS_DIR/workspace"
Expand Down