This commit is contained in:
parent
c231f792f2
commit
2cf69b9e83
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Docker CLI
|
||||
run: |
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sh get-docker.sh
|
||||
sudo apt-get update && sudo apt-get upgrade -y
|
||||
|
||||
- name: docker build
|
||||
run: docker build .
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@next
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue