Skip to content

Ship another application icon in packaged builds #82

Ship another application icon in packaged builds

Ship another application icon in packaged builds #82

Workflow file for this run

name: Tests (Windows)
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
permissions:
contents: read
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-suffix: v2
- name: Configure Git for private repos
run: |
git config --global url."https://x-access-token:${{ secrets.PRIVATE_REPO_TOKEN }}@github.com/".insteadOf "https://github.com/"
- name: Install dependencies
run: |
uv sync
- name: Run tests
run: |
uv run invoke run-tests