Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
test: verify docker-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 authored Dec 27, 2021
1 parent ea091dc commit 8a8da0a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,14 @@ jobs:
java-version: 17
- name: Verify
run: ./scripts/verify.sh artipie/conan-adapter

docker-adapter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 17
- name: Verify
run: ./scripts/verify.sh artipie/docker-adapter

0 comments on commit 8a8da0a

Please sign in to comment.