maybe i dunno
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Jonny_Bro (Nikita) 2024-09-10 22:24:42 +05:00
parent e4d704cce8
commit eafe7ee9d6
Signed by: jonny_bro
GPG key ID: 3F1ECC04147E9BD8

View file

@ -3,4 +3,6 @@ jobs:
test:
runs-on: docker
steps:
- run: docker build -t beatrun-courses-server-docker:latest .
- run: |
apt update && apt install docker
docker build -t beatrun-courses-server-docker:latest .