Skip to content

feat: add github action #4

feat: add github action

feat: add github action #4

Workflow file for this run

name: quic-interop-runner
on:
pull_request:
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Build your Docker image.
- name: Run QUIC Interop tests
uses: ./
with:
name: 'neqo'
# Replace with the name of the freshly-build local docker image.
image: 'ghcr.io/mozilla/neqo-qns:latest'
url: https://github.com/mozilla/neqo