extract dockerjava in extra module and use in testcontainer #15
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: Eclipse-Dash IP-Check | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| pull_request: | |
| branches: | |
| - 'main' | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| call-license-check: | |
| permissions: | |
| pull-requests: write | |
| uses: eclipse-daanse/.github/.github/workflows/reuse_all_check_eclipse_ip.yml@main | |
| secrets: | |
| GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }} |