You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
@g4s8 , but for local verification with ./scripts/verify artipie/adapter-name some scripts must be added to the adapter repository anyway. Is it correct?
@g4s8 , but for local verification with ./scripts/verify artipie/adapter-name some scripts must be added to the adapter repository anyway. Is it correct?
@ChGen no, you just need some standard environment for building java project (Maven, Java, git). This script doesn't run any test, it only compile source and test using local parent snapshot
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Actions workflow https://github.com/artipie/ppom/blob/master/.github/workflows/verify.yaml was added to verify all Artipie modules on pom changes. It uses https://github.com/artipie/ppom/blob/master/scripts/verify.sh script to compile source and test. It could be used locally with
./scripts/verify artipie/adapter-name
.Some adapters are missed here, we need to add all modules to verify on build.
@artipie/members - please check this issue and add adapters you are maintaining.
The text was updated successfully, but these errors were encountered: