Skip to content

Commit

Permalink
updated yml to run on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonbeam69 committed May 13, 2024
1 parent d846d54 commit 093cc74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CICD_Main_Pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test in DevVer and SIT
name: Bukd & Test in DevVer and SIT

env:
ACTIONS_STEP_DEBUG: true
Expand All @@ -12,7 +12,7 @@ on:

jobs:
DevVer:
runs-on: [self-hosted, OPENSUSE2]
runs-on: [self-hosted]
strategy:
matrix:
browser: [ chrome ]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
path: target/surefire-reports/

DevInt:
runs-on: [self-hosted, opensuse]
runs-on: [self-hosted]
needs: DevVer
strategy:
matrix:
Expand All @@ -77,7 +77,7 @@ jobs:
path: target/surefire-reports/

SIT:
runs-on: [self-hosted, windows]
runs-on: [self-hosted]
needs: DevInt
strategy:
matrix:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
path: target/surefire-reports/

Production:
runs-on: [self-hosted, OPENSUSE2]
runs-on: [self-hosted]
needs: SIT
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<artifactId>CICD_Project</artifactId>
<version>v1.0</version>


<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions src/test/java/Playwright1Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ static void setup() {
logger.info("No browser configured with " + browser);
}
}

@Test
void tc1_Navigation(TestInfo testInfo) {
long startTime = System.currentTimeMillis();
Expand Down

0 comments on commit 093cc74

Please sign in to comment.