Skip to content

feat!: shorten command to add non-unit tests #10

feat!: shorten command to add non-unit tests

feat!: shorten command to add non-unit tests #10

Workflow file for this run

name: tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
unit-tests:
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
nuts:
needs: unit-tests
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
fail-fast: false
with:
os: ${{ matrix.os }}

Check failure on line 18 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 18, Col: 11): Invalid input, os is not defined in the referenced workflow.
uses: ./.github/workflows/nut.yml
secrets: inherit