Update test.yml (#81)

This commit is contained in:
Tonye Jack
2021-05-25 00:30:19 -04:00
committed by GitHub
parent d093818ffe
commit 5fe8e4d604
2 changed files with 95 additions and 76 deletions

View File

@@ -4,11 +4,28 @@ on:
push:
branches:
- main
- '**'
pull_request:
branches:
- main
jobs:
test-no-head-sha:
runs-on: ubuntu-latest
name: Test changed-files missing head sha
steps:
- name: Checkout to branch
uses: actions/checkout@v2
- name: Run changed-files with defaults
id: changed-files
continue-on-error: true
uses: ./
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files.outputs) }}"
test:
runs-on: ubuntu-latest
name: Test changed-files