Skip to content

workflows refactor

workflows refactor #4

name: RUN Test And Build All Targets
on:
push:
branches:
- main
- release/**
pull_request:
branches:
- main
- release/**
jobs:
test-on-pr:
name: Run KMP Tests
uses: reusable-test-all-targets.yml

Check failure on line 16 in .github/workflows/run-test-and-build-all-targets.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-test-and-build-all-targets.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets: inherit
build-on-pr:
name: Build All KMP Targets
uses: reusable-build-all-targets.yml
secrets: inherit