Skip to content

change staging branch for testing purposes #1

change staging branch for testing purposes

change staging branch for testing purposes #1

Workflow file for this run

name: Run Tests on Branch
on:
push:
branches:
- 'feature/sc-126222/update-the-particle-cli-executable-in-workbench'
jobs:
#call-tests:
# uses: ./.github/workflows/tests.yml
# secrets: inherit
call-build:

Check failure on line 10 in .github/workflows/staging.yml

View workflow run for this annotation

GitHub Actions / Run Tests on Branch

Invalid workflow file

The workflow is not valid. .github/workflows/staging.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
uses: ./.github/workflows/build.yml
secrets: inherit
needs: call-tests
call-publish:
uses: ./.github/workflows/publish-v2.yml
secrets: inherit
needs: call-build
with:
environment: staging