Skip to content

Commit ed06d81

Browse files
Adding testsuites
1 parent 0a94dc6 commit ed06d81

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: v1.0
2+
name: Initial Pipeline
3+
agent:
4+
machine:
5+
type: e1-standard-2
6+
os_image: ubuntu2004
7+
blocks:
8+
- name: Tests
9+
task:
10+
jobs:
11+
- name: Testing
12+
commands:
13+
- checkout
14+
- 'git clone https://github.com/openAOD/Central.git'
15+
- cp Central/TestSuite/test.sh .
16+
- rm -rf Central
17+
- export DATE=$(date)
18+
- bash test.sh python | tee "test-report-$DATE"
19+
- artifact push project "test-report-$DATE"

0 commit comments

Comments
 (0)