Skip to content

Commit

Permalink
Adding log output to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Oct 31, 2023
1 parent 093bc0f commit 17e30fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-case-studies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
cp ./target/release/idesyde-orchestration idesyde
python -m pip install robotframework
python -m robot --exclude slow TestsBenchmark.robot
- uses: actions/upload-artifact@v3
with:
name: test case logs at @ ${{ github.ref }}
path: |
log.html
report.html
# - name: Cache-out java imodules
# uses: actions/cache@v3
# with:
Expand Down

0 comments on commit 17e30fc

Please sign in to comment.