fix ci/cd
This commit is contained in:
parent
393f6496a5
commit
4fd3581c7f
1 changed files with 13 additions and 7 deletions
|
@ -1,8 +1,14 @@
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
on:
|
||||
- push
|
||||
|
||||
- name: Checkout tools repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: milka64/oxidized
|
||||
path: my-tools
|
||||
jobs:
|
||||
test:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout tools repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: milka64/oxidized
|
||||
path: my-tools
|
||||
|
|
Loading…
Add table
Reference in a new issue