Skip to content

Commit

Permalink
Add minimal test-modified-ports workflow. (#41954)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Nov 4, 2024
1 parent 5f4628b commit a9b7601
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test_modified_ports.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test Modified Ports
on:
workflow_dispatch:
jobs:
Windows:
runs-on:
- self-hosted
- "1ES.Pool=vcpkg-windows-wus"
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# fetch-depth 50 tries to ensure we capture the whole history of the branch
fetch-depth: 50

- name: Bootstrap
run: ./bootstrap-vcpkg.sh

- name: Example
shell: pwsh
run: Write-Host 'Running on 1ES Hosted GitHub Runners'

0 comments on commit a9b7601

Please sign in to comment.