Skip to content

Commit

Permalink
- License file fix for tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Feb 16, 2021
1 parent 71c163d commit 5529669
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Test
- name: Install licenses
run: |
./gradlew installChemaxonLicenseToHome
./gradlew installChemaxonLibrary
./gradlew build
working-directory: components
- name: Test
run: ./gradlew build
working-directory: components
- name: Build
run: ./gradlew dockerBuildImages -x test
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Test
- name: Install licenses
run: |
./gradlew installChemaxonLicenseToHome
./gradlew installChemaxonLibrary
./gradlew build
working-directory: components
- name: Test
run: ./gradlew build
working-directory: components
- name: Build
run: ./gradlew dockerBuildImages -x test
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 8
- name: Install licenses
run: |
./gradlew installChemaxonLicenseToHome
./gradlew installChemaxonLibrary
working-directory: components
- name: Build
run: ./gradlew dockerBuildImages -x test
working-directory: components
Expand Down

0 comments on commit 5529669

Please sign in to comment.