Skip to content

Commit

Permalink
Adding testsuites
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlorinePentoxide committed Oct 18, 2022
1 parent 0a94dc6 commit ed06d81
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: v1.0
name: Initial Pipeline
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Tests
task:
jobs:
- name: Testing
commands:
- checkout
- 'git clone https://github.com/openAOD/Central.git'
- cp Central/TestSuite/test.sh .
- rm -rf Central
- export DATE=$(date)
- bash test.sh python | tee "test-report-$DATE"
- artifact push project "test-report-$DATE"

0 comments on commit ed06d81

Please sign in to comment.