Added logging configuration for the segmentation module: Enable loggi… #709
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| tue-ci: | |
| name: TUe CI - ${{ github.event_name }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: TUe CI | |
| uses: tue-robotics/tue-env/ci/main@master | |
| with: | |
| package: ${{ github.event.repository.name }} | |
| ssh-key: ${{ secrets.SSH_DEPLOY_KEY }} | |
| ssh-known-hosts: github.com |