Skip to content

Commit

Permalink
Use new debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed May 10, 2024
1 parent b6f7e3a commit 4fb7437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ jobs:

- name: Run Gradle Tests
run: make test
env:
LOG4J_DEBUG: true

- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: nf-quilt-test-reports
path: |
/home/runner/work/nf-quilt/nf-quilt/plugins/nf-quilt/build/reports/tests/test/
overwrite: true
2 changes: 1 addition & 1 deletion plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext {

dependencies {
// quiltcore
implementation 'com.quiltdata:quiltcore:0.1.1'
implementation 'com.quiltdata:quiltcore:0.1.2'

// This dependency is exported to consumers, that is to say found on their compile classpath.
compileOnly "io.nextflow:nextflow:$nextflowVersion"
Expand Down

0 comments on commit 4fb7437

Please sign in to comment.