Skip to content

Commit

Permalink
Merge branch 'develop' into CP-3286-MOCK-ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Dec 19, 2024
2 parents af44f9a + 1272e10 commit ac9ec04
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
npm run e2e:test:cicd:standalone
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
npm run e2e:test:cicd:standalone
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-mock-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
npm run e2e:test:cicd:standalone
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-mock-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
npm run e2e:test:cicd:mock
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-mock-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
npm run e2e:test:cicd:mock
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-mock-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
npm run e2e:test:cicd:mock
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
npm run e2e:test:cicd:mock
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
E2ECI: "true"
TEST_GITHUB_TOKEN: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
PHRASE_API_KEY_DEV: ${{ secrets.PHRASE_API_KEY_DEV }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
npm run e2e:test:cicd:mock
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: 'C:\actions-runner\_work\mudita-center\mudita-center\apps\mudita-center\release\win-unpacked\Mudita Center.exe'
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
if: matrix.os == 'Windows'
run: |
cd apps/mudita-center-e2e
Expand Down

0 comments on commit ac9ec04

Please sign in to comment.