Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@ jobs:
with:
bootstrap_tools: "base"
run_version_check: true
run_lint: false # TODO fix lint and enable
run_lint: false # TODO fix lint and enable
run_test: false
run_build: true
prefix_tag_separator: "/"
project_folder: tests
orch_ci_repo_ref: main
# run-e2e-tests-pipeline:
# runs-on: 'ubuntu-latest'
# steps:
# - name: Check out repository code
# uses: actions/checkout@v4

# - name: Cache npm dependencies
# uses: actions/setup-node@v4
# with:
# node-version: 18.17.1
# cache: "npm"

# - name: Install dependencies
# run: |
# node -v
# npm -v
# npm ci

# - name: Build the test code
# run: npm run tests:build

# - name: Build production UI with mock server
# run: bash tools/build-all-mock.sh

# - name: Serve the UI
# run: npx serve dist -s --no-request-logging -p 8080 &

# - name: Run EIM tests
# run: cd tests; npx cypress run --e2e -s cypress/e2e/infra/infra-smoke.cy.ts --env EN_UUID=398395da-c10e-7c47-9b4f-efb34c0b261e
# run-e2e-tests-pipeline:
# runs-on: 'ubuntu-latest'
# steps:
# - name: Check out repository code
# uses: actions/checkout@v4

# - name: Cache npm dependencies
# uses: actions/setup-node@v4
# with:
# node-version: 18.17.1
# cache: "npm"

# - name: Install dependencies
# run: |
# node -v
# npm -v
# npm ci

# - name: Build the test code
# run: npm run tests:build

# - name: Build production UI with mock server
# run: bash tools/build-all-mock.sh

# - name: Serve the UI
# run: npx serve dist -s --no-request-logging -p 8080 &

# - name: Run EIM tests
# run: cd tests; npx cypress run --e2e -s cypress/e2e/infra/infra-smoke.cy.ts --env EN_UUID=398395da-c10e-7c47-9b4f-efb34c0b261e
2 changes: 1 addition & 1 deletion .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Code style check
run: npm run library:lint

- name: Run api:generate script
run: npm run api:generate

Expand Down
Loading