github.com/pion/dtls/v2@v2.2.12/.github/workflows/e2e.yaml (about)

     1  # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
     2  # SPDX-License-Identifier: MIT
     3  
     4  name: E2E
     5  on:
     6    pull_request:
     7      branches:
     8        - master
     9    push:
    10      branches:
    11        - master
    12  
    13  jobs:
    14    e2e-test:
    15      name: Test
    16      runs-on: ubuntu-latest
    17      steps:
    18        - name: checkout
    19          uses: actions/checkout@v2
    20        - name: test
    21          run: |
    22            docker build -t pion-dtls-e2e -f e2e/Dockerfile .
    23            docker run -i --rm pion-dtls-e2e