Skip to content

feat!: shorten command to atgd #2

feat!: shorten command to atgd

feat!: shorten command to atgd #2

Workflow file for this run

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