mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
Added test of the newly built action to the deploy workflow
This commit is contained in:
parent
763fbafdff
commit
4daea80f9e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -14,6 +14,8 @@ jobs:
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
- run: pip install virtualenv
|
- run: pip install virtualenv
|
||||||
- run: make
|
- run: make
|
||||||
|
- name: self test newly built action
|
||||||
|
uses: ./
|
||||||
- run: make push
|
- run: make push
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue