Skip to content

change staging branch for testing purposes #2

change staging branch for testing purposes

change staging branch for testing purposes #2

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:
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

Check failure on line 19 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: 19, Col: 20): Invalid input, environment is not defined in the referenced workflow.