Skip to content

Commit

Permalink
ci: Amazon Mock tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed Jun 24, 2024
1 parent 7967e11 commit 5656263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
sed -i "s|<n5-aws-s3.version>.*</n5-aws-s3.version>|<n5-aws-s3.version>$version</n5-aws-s3.version>|g" n5-universe/pom.xml
- name: Maven Test Against N5-Universe
run: mvn -B clean test --file n5-universe/pom.xml
run: mvn "-Dtest=N5StorageTests$N5AmazonS3MockTest, ZarrStorageTests$ZarrAmazonS3MockTest" -B clean test --file n5-universe/pom.xml

0 comments on commit 5656263

Please sign in to comment.