Compare commits
1 Commits
dev
..
2f8235965e
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f8235965e |
@@ -1,15 +1,11 @@
|
||||
name: Test Agent
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
test-agent-run:
|
||||
runs-on: arch-x86_64
|
||||
steps:
|
||||
- name: Fetch the repository
|
||||
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||
run: git clone --branch ${{ gitea.ref_name }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||
|
||||
- name: Build containers
|
||||
run: docker-compose -f docker-compose-test.yaml build
|
||||
|
||||
@@ -10,7 +10,3 @@ RUN pip install -r requirements.txt
|
||||
COPY src/ .
|
||||
# command to run on container start
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user