Skip to content

Commit

Permalink
Merge pull request #102 from tahiat/evaluation
Browse files Browse the repository at this point in the history
adding evaluation script in CI/CD pipeline
  • Loading branch information
kelloggm authored Feb 5, 2024
2 parents cef618b + dfe6d88 commit 5030c22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew build expectedTestOutputsMustCompile
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Checkout specimin-evaluation repository
uses: actions/checkout@v3
with:
repository: tahiat/specimin-evaluation
path: specimin-evaluation
- name: Run evaluation script
run: |
cd specimin-evaluation
python main.py

0 comments on commit 5030c22

Please sign in to comment.