Skip to content

Commit

Permalink
canary.yml WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmiles committed Dec 10, 2023
1 parent f4f8a7a commit dad5b91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/canary-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ jobs:
run: |
pwd
ls -la
# TODO We restored the build, so the dist should not be here, when we use plugin respotory from local files dist/repo
# we can check out clean project here and this move won't be needed
[ -d dist ] && mv -v dist dist_moved
## Disable runs requesting invalid matrix (done via 'strategy.matrix.exclude' GHA setting)
# jvm=21 only latest 8.5
Expand Down

0 comments on commit dad5b91

Please sign in to comment.