Compare commits
No commits in common. "c668fc03da61eceb97168417c8d095527a605081" and "2bb2cd318e63d84cff5083d22b06f0a3b5dbb69b" have entirely different histories.
c668fc03da
...
2bb2cd318e
1 changed files with 3 additions and 1 deletions
|
@ -5,8 +5,10 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: 'install dependences'
|
||||
run: 'python3 -m pip install jinja2'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue