Merge pull request #55 from s-weigand/add-selftest-after-build

CI test action after bundling
This commit is contained in:
Anthony Sottile
2020-10-12 15:18:43 -07:00
committed by GitHub

View File

@@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-python@v1
- run: pip install virtualenv
- run: make
- name: self test newly built action
uses: ./
- run: make push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}