Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamada committed Jan 23, 2024
1 parent 8eded5c commit 588369a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-windows-wget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Test WGET'

on:
push:
workflow_call:
workflow_dispatch:


jobs:
test:
runs-on: windows-2019
steps:
- name: test-wget
shell: powershell
run: |
wget google.com

0 comments on commit 588369a

Please sign in to comment.