This commit is contained in:
parent
c231f792f2
commit
df1245ba79
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: docker build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: false
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@next
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue