Compare commits
5 Commits
dbd6e88de8
..
predev
| 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
|
||||||
|
|||||||
@@ -10,3 +10,7 @@ RUN pip install -r requirements.txt
|
|||||||
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