Skip to content

Commit ec0d6c4

Browse files
committed
Added test of the newly built action to the deploy workflow
1 parent 1081ded commit ec0d6c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/setup-python@v1
1515
- run: pip install virtualenv
1616
- run: make
17+
- name: Selftest newly built action
18+
uses: ./
1719
- run: make push
1820
env:
1921
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)