Skip to content

v1.2

v1.2 #16

Workflow file for this run

name: "Test"
on:
workflow_dispatch:
release:
types: [created]
tags:
- 'v*'
jobs:
client-dual-by-default:
runs-on: ubuntu-latest
name: client warp+doh mode by default
steps:
- uses: fscarmen/warp-on-actions@v1.2
client-ipv4:
runs-on: ubuntu-latest
name: client warp+doh mode with ipv4
steps:
- name: Set up WARP with client with ipv4
uses: fscarmen/warp-on-actions@v1.2
with:
stack: ipv4
client-ipv6:
runs-on: ubuntu-latest
name: client warp+doh mode with ipv6
steps:
- name: Set up WARP with client
uses: fscarmen/warp-on-actions@v1.2
with:
stack: ipv6
client-dual:
runs-on: ubuntu-latest
name: client warp+doh mode with dual
steps:
- name: Set up WARP with client
uses: fscarmen/warp-on-actions@v1.2
with:
stack: dual