Add tests for default inputs and error conditions

This commit is contained in:
mtkennerly 2023-03-28 23:00:51 +08:00
parent 73a9619996
commit ec5b2fc812
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
2 changed files with 37 additions and 2 deletions

30
.github/workflows/errors.yaml vendored Normal file
View file

@ -0,0 +1,30 @@
on:
- workflow_dispatch
name: Errors
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- uses: ./
name: before checkout
continue-on-error: true
- uses: actions/checkout@v3
with:
# This is necessary so that we have the tags.
fetch-depth: 0
- uses: ./
name: invalid VCS
continue-on-error: true
with:
command: dunamai from incorrect