Skip to content

feat: add github action #14

feat: add github action

feat: add github action #14

Workflow file for this run

name: test-action
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-latest'
# Replace with the name of the freshly-build local docker image.
image: 'ghcr.io/mozilla/neqo-qns:latest'
url: https://github.com/mozilla/neqo
test: handshake
client: neqo-latest,quic-go
server: quic-go,msquic