Skip to content

Commit

Permalink
Merge pull request #3234 from OpenLiberty/revert-3225-amyreit-patch-1
Browse files Browse the repository at this point in the history
Revert "Update  cypress-general-tests.yml "
  • Loading branch information
amyreit committed Jun 28, 2023
2 parents c540d91 + 3e84225 commit 152a285
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/cypress-general-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:

jobs:
use-cypress-test-FeatureVersions:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
use-cypress-test-FeatureVersions:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
- uses: actions/checkout@v3.3.0
- run: cypress run --browser chrome --env JDK_VERSION="${{ inputs.java_version }}" --config-file /__w/start.openliberty.io/start.openliberty.io/src/test/cypressjs/cypress.config.js --spec /__w/openliberty.io/openliberty.io/src/test/cypressjs/cypress/e2e/testFeatureVersions.cy.js

Expand All @@ -25,10 +25,10 @@ jobs:
name: cypress-videos
path: /__w/start.openliberty.io/start.openliberty.io/cypress/videos/testFeatureVersions.cy.js.mp4

use-cypress-test-RuntimeReleaseVersions:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
use-cypress-test-RuntimeReleaseVersions:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
- uses: actions/checkout@v3.3.0
- run: cypress run --browser chrome --env JDK_VERSION="${{ inputs.java_version }}" --config-file /__w/start.openliberty.io/start.openliberty.io/src/test/cypressjs/cypress.config.js --spec /__w/openliberty.io/openliberty.io/src/test/cypressjs/cypress/e2e/testRuntimeReleaseVersions.cy.js

Expand All @@ -44,10 +44,10 @@ jobs:
name: cypress-videos
path: /__w/start.openliberty.io/start.openliberty.io/cypress/videos/testRuntimeReleaseVersions.cy.js.mp4

use-cypress-test-RedirectURLS:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
use-cypress-test-RedirectURLS:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
- uses: actions/checkout@v3.3.0
- run: cypress run --browser chrome --env JDK_VERSION="${{ inputs.java_version }}" --config-file /__w/start.openliberty.io/start.openliberty.io/src/test/cypressjs/cypress.config.js --spec /__w/openliberty.io/openliberty.io/src/test/cypressjs/cypress/e2e/testRedirectURLs.cy.js

Expand All @@ -63,10 +63,10 @@ jobs:
name: cypress-videos
path: /__w/start.openliberty.io/start.openliberty.io/cypress/videos/testRedirectURLs.cy.js.mp4

use-cypress-test-StarterDefaults:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
use-cypress-test-StarterDefaults:
runs-on: ubuntu-latest
container: cypress/included:12.5.1
steps:
- uses: actions/checkout@v3.3.0
- run: cypress run --browser chrome --env JDK_VERSION="${{ inputs.java_version }}" --config-file /__w/start.openliberty.io/start.openliberty.io/src/test/cypressjs/cypress.config.js --spec /__w/openliberty.io/openliberty.io/src/test/cypressjs/cypress/e2e/testOLStarterDefaults.cy.js

Expand Down

0 comments on commit 152a285

Please sign in to comment.