Skip to content

Commit

Permalink
upload robot test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Jahn committed Nov 7, 2024
1 parent 0c6c085 commit 510b377
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build-and-publish:
build-and-test:
runs-on: ubuntu-latest

steps:
Expand All @@ -25,3 +25,9 @@ jobs:

- run: ./builder/build_container
- run: ./tests/run_tests

- uses: actions/upload-artifact@v4
if: always()
with:
name: robot-test-log
path: tests/log.html

0 comments on commit 510b377

Please sign in to comment.