Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
update test execution and reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz authored Jun 17, 2021
1 parent 2d87c41 commit 84b060d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,18 @@ jobs:
if: success()
env:
TD_VALIDATION_JSONSCHEMAS: "conf/wot_td_schema.json,conf/wot_discovery_schema.json"
URL: http://localhost:8081
run: |
(go run . --conf sample_conf/thing-directory.json && echo) &
sleep 10
cd wot-discovery-testing/directory
go test
go test --server=http://localhost:8081
- name: Export test report as artifact
if: success()
uses: actions/upload-artifact@v2
with:
name: test-report
path: wot-discovery-testing/directory/report.csv


build:
Expand Down

0 comments on commit 84b060d

Please sign in to comment.