Skip to content

Commit

Permalink
try path vs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 29, 2024
1 parent 94eb506 commit 6c504eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
name: nf-quilt-test-reports-${{ matrix.os }}-${{ matrix.java_version }}
path: |
file:///D:/a/nf-quilt/nf-quilt/plugins/nf-quilt/build/reports/tests/test/
/D:/a/nf-quilt/nf-quilt/plugins/nf-quilt/build/reports/tests/test/index.html
overwrite: true
- name: Archive production artifacts (Linux and MacOS)
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class QuiltObserverTest extends QuiltSpecification {
observer.checkPath(newPath) == n_new
}

// FIXME: Should infer package name from pubdir/outdir parameters, not just each files path
// FIXME: Should infer package name from pubdir/outdir parameters, not just each file's path
void 'should extract package URI from S3 Object Paths'() {
given:
QuiltObserver observer = new QuiltObserver()
Expand Down

0 comments on commit 6c504eb

Please sign in to comment.