mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
another another test
This commit is contained in:
parent
0ca8609bb7
commit
3c43906977
8
.github/workflows/python-publish.yml
vendored
8
.github/workflows/python-publish.yml
vendored
@ -13,6 +13,10 @@ jobs:
|
||||
click-version: [ "click~=8.0" ]
|
||||
|
||||
steps:
|
||||
- name: Run Action
|
||||
id: yaclog-show
|
||||
uses: drewcassidy/yaclog@action-test
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
@ -39,10 +43,6 @@ jobs:
|
||||
- name: Run Unit Tests
|
||||
run: python -m unittest -v
|
||||
|
||||
- name: Run Action
|
||||
id: yaclog-show
|
||||
uses: ./
|
||||
|
||||
deploy:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user