Skip to content

Commit

Permalink
Added test of the newly built action to the deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Oct 12, 2020
1 parent 1081ded commit ec0d6c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-python@v1
- run: pip install virtualenv
- run: make
- name: Selftest newly built action
uses: ./
- run: make push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec0d6c4

Please sign in to comment.