Skip to content

Commit

Permalink
adding evaluation script in CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahiatul Islam committed Feb 5, 2024
1 parent 25b72e8 commit 515568b
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: sepcimin-evaluation
- name: Run evaluation script
run: |
cd specimin-evaluation
python main.py

0 comments on commit 515568b

Please sign in to comment.