Skip to content

Add workflow

Add workflow #12

Workflow file for this run

name: Test
on:
workflow_dispatch:
jobs:
test:
runs-on: windows-latest
permissions:
# required for all workflows
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v3
with:
python-version: 3.11
architecture: x86
- Prepare source tree
run: scons source

Check failure on line 23 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
shell: cmd
- name: Build NVDA
run: scons launcher
shell: cmd
- name: Upload NVDA
uses: actions/upload-artifact@v4
with:
name: NVDA
path: output