-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
257 changed files
with
21,901 additions
and
17,798 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,14 +55,15 @@ jobs: | |
id: nvm | ||
|
||
- name: Setup node | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "${{ steps.nvm.outputs.NVMRC }}" | ||
|
||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: 1.8 | ||
distribution: adopt | ||
java-version: 8 | ||
|
||
- name: Install node dependencies (core) | ||
working-directory: Source/Plugins/Core/com.equella.core/js | ||
|
@@ -105,7 +106,7 @@ jobs: | |
target/*.zip | ||
- name: Save primary artefacts | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Artefacts | ||
path: artefacts.tar | ||
|
@@ -130,7 +131,7 @@ jobs: | |
id: nvm | ||
|
||
- name: Setup node | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "${{ steps.nvm.outputs.NVMRC }}" | ||
|
||
|
@@ -150,7 +151,7 @@ jobs: | |
tar cvf storybook.tar storybook-static | ||
- name: Save Static Storybook instance | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Storybook | ||
path: Source/Plugins/Core/com.equella.core/js/storybook.tar | ||
|
@@ -161,17 +162,18 @@ jobs: | |
- uses: actions/checkout@v1 | ||
|
||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: 1.8 | ||
distribution: adopt | ||
java-version: 8 | ||
|
||
- name: Build | ||
working-directory: import-export-tool | ||
run: | | ||
./gradlew build | ||
- name: Save primary artefacts | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: ImportExportTools | ||
path: import-export-tool/build/libs/ | ||
|
@@ -184,11 +186,15 @@ jobs: | |
strategy: | ||
matrix: | ||
newui: [true, false] | ||
pgsql-image: [latest, 9.6] | ||
exclude: | ||
- newui: false | ||
pgsql-image: latest | ||
fail-fast: false | ||
|
||
services: | ||
postgres: | ||
image: postgres:9.6 | ||
image: postgres:${{ matrix.pgsql-image }} | ||
env: | ||
POSTGRES_USER: equellatests | ||
POSTGRES_PASSWORD: password | ||
|
@@ -220,9 +226,10 @@ jobs: | |
sudo ln -s /usr/bin/ffprobe /usr/bin/avprobe | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: 1.8 | ||
distribution: adopt | ||
java-version: 8 | ||
|
||
- uses: actions/checkout@v1 | ||
|
||
|
@@ -254,7 +261,7 @@ jobs: | |
- name: Save Scalacheck results | ||
if: matrix.newui && failure() | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: ScalacheckReports | ||
path: autotest/Tests/target/test-reports | ||
|
@@ -266,21 +273,21 @@ jobs: | |
- name: Save TestNG Reports | ||
if: failure() | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: TestNGReports-new-${{ matrix.newui }} | ||
path: autotest/OldTests/target/testng | ||
|
||
- name: Save oEQ Logs | ||
if: failure() | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: oEQLogs-new-${{ matrix.newui }} | ||
path: autotest/equella-install/logs | ||
|
||
- name: Save Screenshots | ||
if: failure() | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Screenshots-new-${{ matrix.newui }} | ||
path: autotest/Tests/target/test-reports/screenshots | ||
|
@@ -298,7 +305,7 @@ jobs: | |
tar cvf coverage_report.tar autotest/target/coverage-report/ | ||
- name: Save Coverage Report | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: CoverageReport-newui-${{ matrix.newui }} | ||
path: coverage_report.tar | ||
|
@@ -310,7 +317,7 @@ jobs: | |
|
||
services: | ||
postgres: | ||
image: postgres:9.6 | ||
image: postgres:latest | ||
env: | ||
POSTGRES_USER: equellatests | ||
POSTGRES_PASSWORD: password | ||
|
@@ -342,9 +349,10 @@ jobs: | |
sudo ln -s /usr/bin/ffprobe /usr/bin/avprobe | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: 1.8 | ||
distribution: adopt | ||
java-version: 8 | ||
|
||
- name: Download installer | ||
uses: actions/download-artifact@v1 | ||
|
@@ -370,7 +378,7 @@ jobs: | |
id: nvm | ||
|
||
- name: Setup node | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "${{ steps.nvm.outputs.NVMRC }}" | ||
|
||
|
@@ -387,7 +395,7 @@ jobs: | |
- name: Save oEQ logs for REST Module | ||
if: failure() | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: oEQ-logs-rest-module | ||
path: autotest/equella-install/logs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
12.20.0 | ||
14.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/Plugins/Applet/com.tle.web.filemanager.applet/appletsrc/build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.