neko/.github/workflows/client_test.yml
Miroslav Šedivý dfc2e5505c update names.
2025-03-30 18:30:05 +02:00

19 lines
383 B
YAML

name: Test Client
on:
pull_request:
branches:
- master
paths:
- client/**
- .github/workflows/client_build.yml
- .github/workflows/client_test.yml
jobs:
test-client:
name: Build Artifacts
uses: ./.github/workflows/client_build.yml
with:
# Do not upload artifacts for test builds
with-artifact: false
secrets: inherit