Skip to content

Commit

Permalink
short CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Nov 29, 2023
1 parent ad31c07 commit 578ace3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/supporting-files/ci/tests-reports-patterns.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/dist-tests/junit-report*.xml
**/dist-tests/json-report*.json
**/target/surefire-reports/TEST-*.xml
3 changes: 2 additions & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: "Support longpaths"
Expand Down Expand Up @@ -199,6 +199,7 @@ jobs:
BUILDKITE_BRANCH: ${{ github.ref_name }}
BUILDKITE_MESSAGE: ${{ github.event.commits[0].message }}
run: |
echo $BUILDKITE_BRANCH
eval "find -P * -type f ${{ steps.ci_patterns.outputs.end_to_end_tests_reports_patterns_for_find_json }}"
echo "---------------------------- starting upload -----------------------"
eval "find -P * -type f ${{ steps.ci_patterns.outputs.end_to_end_tests_reports_patterns_for_find_json }}" | xargs -I{} curl -X POST \
Expand Down
1 change: 1 addition & 0 deletions packages/playwright-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"@kie-tools/root-env": "workspace:*",
"@playwright/test": "^1.38.1",
"buildkite-test-collector": "^1.6.4",
"rimraf": "^3.0.2"
}
}
1 change: 1 addition & 0 deletions packages/playwright-base/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default defineConfig({
["html", { outputFolder: "./dist-e2e-tests/reports/", open: "never" }],
["list"],
["json", { outputFile: "./dist-e2e-tests/json-report-e2e.json" }],
["buildkite-test-collector/playwright/reporter"],
]
: [["html", { outputFolder: "./dist-e2e-tests/reports/", open: "never" }], ["list"]],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
Expand Down

0 comments on commit 578ace3

Please sign in to comment.