Skip to content

Commit

Permalink
Release 2.4.64 (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu authored Jan 22, 2025
2 parents d9cf0b3 + e9f1cb2 commit 60bf9f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 29 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/maven-regression-test-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,9 @@ jobs:
cache: maven
- run: mvn clean
- run: mvn verify -P regression-test-rest -D base.url=http://eng.elimu.ai

test_rest_TGL:
needs: test_rest_ENG
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: maven
- run: mvn clean
- run: mvn verify -P regression-test-rest -D base.url=http://tgl.elimu.ai

test_rest_HIN:
needs: test_rest_TGL
needs: test_rest_ENG
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
15 changes: 1 addition & 14 deletions .github/workflows/maven-regression-test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,9 @@ jobs:
cache: maven
- run: mvn clean
- run: mvn verify -P regression-test-ui -D headless=true -D base.url=http://eng.elimu.ai

test_ui_TGL:
needs: test_ui_ENG
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: maven
- run: mvn clean
- run: mvn verify -P regression-test-ui -D headless=true -D base.url=http://tgl.elimu.ai

test_ui_HIN:
needs: test_ui_TGL
needs: test_ui_ENG
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ai.elimu</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<version>2.4.64-SNAPSHOT</version>
<version>2.4.65-SNAPSHOT</version>

<properties>
<java.version>17</java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import org.apache.logging.log4j.Logger;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
Expand Down Expand Up @@ -43,6 +44,7 @@ public void tearDown() {
driver.quit();
}

@Disabled("Disabled until the event-simulator bug has been fixed")
@Test
public void testVideoLearningEventsPage() {
logger.info("testVideoLearningEventsPage");
Expand Down

0 comments on commit 60bf9f8

Please sign in to comment.