Port mapping for ipv4 & ipv6 can cause different ports to be mapped and getMappedPort function will return wrong port #779
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: windows-test command dispatch | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| windows-test-command-dispatch: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - name: Dispatch windows-test command | |
| uses: peter-evans/slash-command-dispatch@v4 | |
| with: | |
| token: ${{ secrets.REPO_TOKEN }} | |
| commands: windows-test | |
| issue-type: pull-request | |
| permission: maintain | |
| reactions: false |