Skip to content

Commit 8b8915f

Browse files
committed
chore: use dorny/test-reporter for reporting gh action test results
1 parent 893a21c commit 8b8915f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUST_LOG ?= debug
2929
WORKFLOW := build-deploy
3030
EPOCH_TIME := $(shell date +"%s")
3131
TEST_RESULTS_DIR ?= workflow/test-results
32-
TEST_PROFILE := $(if $(CIRCLECI),ci,default)
32+
TEST_PROFILE := $(if $(or $(CIRCLECI),$(GITHUB_ACTIONS)),ci,default)
3333
TEST_FILE_PREFIX := $(if $(CIRCLECI),$(CIRCLE_BUILD_NUM)__$(EPOCH_TIME)__$(CIRCLE_PROJECT_REPONAME)__$(WORKFLOW)__)
3434
UNIT_JUNIT_XML := $(TEST_RESULTS_DIR)/$(TEST_FILE_PREFIX)unit__results.xml
3535
MYSQL_UNIT_JUNIT_XML := $(TEST_RESULTS_DIR)/$(TEST_FILE_PREFIX)mysql_unit__results.xml

0 commit comments

Comments
 (0)