-
Notifications
You must be signed in to change notification settings - Fork 33
42 lines (37 loc) · 899 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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