Skip to content

Update CI

Update CI #2

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
unit:
name: Unit Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-suite: Unit
run-temporal-test-server: false

Check failure on line 12 in .github/workflows/testing.yml

View workflow run for this annotation

GitHub Actions / Testing

Invalid workflow file

The workflow is not valid. .github/workflows/testing.yml (Line: 12, Col: 33): Invalid input, run-temporal-test-server is not defined in the referenced workflow.