Compare commits
5 Commits
dbd6e88de8
..
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| d215e527ed | |||
| 340706c7e5 | |||
| ff502c3be8 | |||
| ad976c8074 | |||
| 91cca10a04 |
@@ -1,5 +1,9 @@
|
|||||||
name: Test Agent
|
name: Test Agent
|
||||||
on: [push, workflow_dispatch]
|
on: [push, workflow_dispatch]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-agent-run:
|
test-agent-run:
|
||||||
runs-on: arch-x86_64
|
runs-on: arch-x86_64
|
||||||
|
|||||||
+5
-1
@@ -9,4 +9,8 @@ RUN pip install -r requirements.txt
|
|||||||
# copy the content of the local src directory to the working directory
|
# copy the content of the local src directory to the working directory
|
||||||
COPY src/ .
|
COPY src/ .
|
||||||
# command to run on container start
|
# command to run on container start
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user