Skip to content

Reusable workflows + vcpkg in template #1

Reusable workflows + vcpkg in template

Reusable workflows + vcpkg in template #1

Workflow file for this run

name: Client specific tests
on: [push, pull_request, repository_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
cancel-in-progress: true
# TODO: move workflows to official repo
jobs:
python-tests:
name: Python
uses: samansmink/extension-workflows/.github/workflows/Python.yml@main
node-tests:
name: NodeJS
uses: samansmink/extension-workflows/.github/workflows/NodeJS.yml@main