Skip to content

Commit

Permalink
Merge pull request #12946 from ajayk/curl-test
Browse files Browse the repository at this point in the history
curl: add basic test
  • Loading branch information
ajayk authored Feb 13, 2024
2 parents 6051a3f + 26356df commit 68ee70f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions curl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,13 @@ update:
github:
identifier: curl/curl
strip-prefix: curl-

test:
environment:
contents:
packages:
- wolfi-base
pipeline:
- runs: |
curl --version
curl -v https://example.com

0 comments on commit 68ee70f

Please sign in to comment.