mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 02:16:21 +02:00
19 lines
383 B
YAML
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
|