Commit a539209 1 parent 6b5949b commit a539209 Copy full SHA for a539209
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
type : string
18
18
default : ' dev'
19
19
push :
20
- branches : [ "dev" ]
20
+ branches : [ "dev", "2-build-workflow" ]
21
21
22
22
jobs :
23
23
build :
@@ -51,15 +51,17 @@ jobs:
51
51
restore-keys : |
52
52
maven-build-cache-
53
53
- name : Install Poetry
54
- if : steps.cached-poetry.outputs.cache-hit != 'true'
55
54
uses : snok/install-poetry@v1
56
55
- name : Set up JDK 11
57
56
uses : actions/setup-java@v4
58
57
with :
59
58
java-version : ' 11'
60
59
distribution : ' temurin'
61
60
- name : Build aiSSEMBLE
62
- run : ./mvnw -B clean install --file pom.xml -Pci
61
+ run : |
62
+ echo "$HOME/.pyenv/bin;/home/ubuntu/.local/bin" >> $GITHUB_PATH
63
+ eval "$(pyenv init -)"
64
+ ./mvnw -B clean install --file pom.xml -Pci
63
65
# NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure,
64
66
# until https://github.com/actions/cache/issues/1315 is resolved
65
67
- name : Save m2 repository cache
You can’t perform that action at this time.
0 commit comments