Skip to content

Commit

Permalink
Remove integration test for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ralopes committed Sep 14, 2023
1 parent a3818cd commit 1a1d421
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
7 changes: 0 additions & 7 deletions .semaphore/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ blocks:
- Integration tests - generate pipeline report
task:
jobs:
- name: Generate pipeline report
commands:
- 'artifact pull workflow test-results/${SEMAPHORE_PIPELINE_ID}.json -d /tmp/junit.json'
- artifact push job /tmp/junit.json -d test-results/junit.json
- cat <<< $(jq --sort-keys . priv/workflow/out.json) > priv/workflow/out.json
- cat <<< $(jq --sort-keys . /tmp/junit.json) > /tmp/junit.json
- diff /tmp/junit.json priv/workflow/out.json
- name: Generate pipeline summary
commands:
- 'artifact pull workflow test-results/${SEMAPHORE_PIPELINE_ID}-summary.json -d /tmp/summary.json'
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ regen:
go run main.go compile -p phpunit priv/parsers/phpunit/in.xml priv/parsers/phpunit/out.json
go run main.go compile -p embedded priv/parsers/embedded/in.xml priv/parsers/embedded/out.json
go run main.go compile priv/merging priv/merging/out.json
go run main.go compile priv/merging priv/parsers priv/workflow/out.json

test:
gotestsum ./...

Expand Down
1 change: 0 additions & 1 deletion priv/workflow/out.json

This file was deleted.

2 changes: 1 addition & 1 deletion priv/workflow/summary-out.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"total":92,"passed":88,"skipped":0,"error":0,"failed":4,"disabled":0,"duration":200830000}
{"total":104,"passed":99,"skipped":0,"error":1,"failed":4,"disabled":0,"duration":680829000}

0 comments on commit 1a1d421

Please sign in to comment.