Skip to content

Frends.PowerShell.RunScript Test #28

Frends.PowerShell.RunScript Test

Frends.PowerShell.RunScript Test #28

name: Frends.PowerShell.RunScript Test
on:
push:
branches-ignore:
- main
paths:
- "Frends.PowerShell.RunScript/**"
workflow_dispatch:
paths:
- "Frends.PowerShell.RunScript/**"
jobs:
build-windows:
uses: FrendsPlatform/FrendsTasks/.github/workflows/build_test.yml@main
with:
workdir: Frends.PowerShell.RunScript
secrets:
badge_service_api_key: ${{ secrets.BADGE_SERVICE_API_KEY }}
test_feed_api_key: ${{ secrets.TASKS_TEST_FEED_API_KEY }}
build-linux:
uses: FrendsPlatform/FrendsTasks/.github/workflows/linux_build_test.yml@main
with:
workdir: Frends.PowerShell.RunScript
secrets:
badge_service_api_key: ${{ secrets.BADGE_SERVICE_API_KEY }}
test_feed_api_key: ${{ secrets.TASKS_TEST_FEED_API_KEY }}