Skip to content

Commit

Permalink
ci: add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 13, 2025
1 parent 57f54ee commit 566255d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/warp-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Warp installation test

on:
workflow_dispatch:
push:
paths:
- ".github/workflows/warp-test.yaml"

jobs:
install-warp:
# openresolv is not available on ubuntu-24.04
runs-on: ubuntu-22.04

timeout-minutes: 10

steps:
- name: Set up WARP
run: sudo apt install cloudflare-warp

- run: warp-cli registration new

- run: warp-cli connect

- run: curl https://www.cloudflare.com/cdn-cgi/trace/

0 comments on commit 566255d

Please sign in to comment.