Skip to content

Commit

Permalink
refactor: make names consistant across dev-stock
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani committed Mar 6, 2024
1 parent 794d692 commit c56e703
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ocm-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
if: ${{ matrix.record }}
with:
name: cypress-videos
path: ./cypress/ocm-tests/cypress/videos
path: ./cypress/ocm-test-suite/cypress/videos
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ surf-trashbin-app
oc-sciencemesh-release
nc-sciencemesh-release
surf-token-based-access
cypress/ocm-tests/cypress/videos/*
cypress/ocm-test-suite/cypress/videos/*
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ocm-test-suite:
- ./dev/ocm-test-suite.sh ci $BROWSER
artifacts:
paths:
- ./cypress/ocm-tests/cypress/videos
- ./cypress/ocm-test-suite/cypress/videos
expire_in: 1 week
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions dev/ocm-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ if [ "${SCRIPT_MODE}" = "dev" ]; then
docker run --detach --network=testnet \
--name="cypress.docker" \
-e DISPLAY=vnc-server:0.0 \
-v "${ENV_ROOT}/cypress/ocm-tests:/ocm" \
-v "${ENV_ROOT}/cypress/ocm-test-suite:/ocm" \
-v "${ENV_ROOT}/temp/.X11-unix:/tmp/.X11-unix" \
-w /ocm \
--entrypoint cypress \
Expand All @@ -317,7 +317,7 @@ else
# run Cypress test suite headlessly and with the defined browser.
docker run --network=testnet \
--name="cypress.docker" \
-v "${ENV_ROOT}/cypress/ocm-tests:/ocm" \
-v "${ENV_ROOT}/cypress/ocm-test-suite:/ocm" \
-w /ocm \
cypress/included:13.3.0 cypress run --browser "${TEST_PLATFORM}"
fi

0 comments on commit c56e703

Please sign in to comment.