Skip to content

Run all tests on Windows #35

Run all tests on Windows

Run all tests on Windows #35

Workflow file for this run

name: 'Windows'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 6 * * *"
jobs:
windows-build-and-test-stable:
uses: './.github/workflows/01-build-and-test-windows.yml'
with:
os: 'windows-latest'
toolchain: 'stable'
secrets:
NPCAP_OEM_PASSWORD: ${{ secrets.NPCAP_OEM_PASSWORD }}
NPCAP_OEM_USERNAME: ${{ secrets.NPCAP_OEM_USERNAME }}
windows-build-and-test-msrv:
uses: './.github/workflows/01-build-and-test-windows.yml'
with:
os: 'windows-latest'
toolchain: '1.63'
msrv: true
secrets:
NPCAP_OEM_PASSWORD: ${{ secrets.NPCAP_OEM_PASSWORD }}
NPCAP_OEM_USERNAME: ${{ secrets.NPCAP_OEM_USERNAME }}
windows-coverage-stable:
uses: './.github/workflows/02-coverage.yml'

Check failure on line 32 in .github/workflows/00-windows.yml

View workflow run for this annotation

GitHub Actions / Windows

Invalid workflow file

The workflow is not valid. In .github/workflows/00-windows.yml (Line: 32, Col: 11): Error from called workflow rust-pcap/pcap/.github/workflows/02-coverage.yml@c3d38b140260dc8af2bc9c7ef7cb7b6fc59d9284 (Line: 9, Col: 19): Unrecognized named-value: 'inputs'. Located at position 10 within expression: contains(inputs.os, 'windows') In .github/workflows/00-windows.yml (Line: 32, Col: 11): Error from called workflow rust-pcap/pcap/.github/workflows/02-coverage.yml@c3d38b140260dc8af2bc9c7ef7cb7b6fc59d9284 (Line: 9, Col: 19): Unexpected value '${{ contains(inputs.os, 'windows') }}'
with:
os: 'windows-latest'
secrets:
NPCAP_OEM_PASSWORD: ${{ secrets.NPCAP_OEM_PASSWORD }}
NPCAP_OEM_USERNAME: ${{ secrets.NPCAP_OEM_USERNAME }}
windows-lint-stable:
uses: './.github/workflows/03-lint.yml'
with:
os: 'windows-latest'