mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2026-03-23 00:27:03 +01:00
copying all folders, since tests are not collecting
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# syntax=docker/dockerfile-upstream:master-labs
|
||||
FROM python:3.10 as builder
|
||||
|
||||
COPY . /build
|
||||
COPY ./* /build
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
RUN pip3 install -r requirements-headless.txt
|
||||
CMD pwd
|
||||
CMD ls
|
||||
|
||||
CMD pytest -v --gui=0 port=/dev/ttyACM0
|
||||
|
||||
Reference in New Issue
Block a user