Skip to content

Commit

Permalink
Restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jul 26, 2024
1 parent 05fdd3f commit d5b390a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
java-version: '8'
- name: Build and Test
run: |
./gradlew test --tests samTextViewer.InteractiveInputTest.canHandleSessionNameNotFound
# ./gradlew build test jacocoTestReport -PexcludeTests=**/TravisExcludedTest*
# cp ASCIIGenome build/libs/
# cd src/test/java
# chmod a+x integration_test.py
# ./integration_test.py
# bash <(curl -s https://codecov.io/bash)
./gradlew build test jacocoTestReport -PexcludeTests=**/TravisExcludedTest*
cp ASCIIGenome build/libs/
cd src/test/java
chmod a+x integration_test.py
./integration_test.py
bash <(curl -s https://codecov.io/bash)

0 comments on commit d5b390a

Please sign in to comment.