Skip to content

Commit

Permalink
Remove branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Mar 19, 2021
1 parent 7b7e5ec commit 015dfa0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 30 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,10 @@ jobs:
run: |
envType="${ENVTYPE,,}"
envType="${envType/siteurl_/}"
branch=""
if [[ ${GITHUB_REF} != "refs/heads/main" ]]; then
branch="-dev"
fi
mv ./cypress/screenshots ./mochawesome-report
./node_modules/.bin/mochawesome-merge --reportDir mochawesome-report > mochawesome-report/$envType$branch.json
./node_modules/.bin/marge ./mochawesome-report/$envType$branch.json --charts -t "Doctor $envType$branch" -p "Doctor $envType$branch E2E Results"
./node_modules/.bin/mochawesome-merge --reportDir mochawesome-report > mochawesome-report/$envType.json
./node_modules/.bin/marge ./mochawesome-report/$envType.json --charts -t "Doctor $envType" -p "Doctor $envType E2E Results"
find ./mochawesome-report/. -name "*.json" -type f -delete
env:
ENVTYPE: ${{ matrix.siteUrl }}
Expand Down
7 changes: 1 addition & 6 deletions docs/content/tests/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ keywords:
- ''
---

{{< main >}}
<iframe src="https://estruyf.github.io/doctor/linux.html" width="100%" height="1200px" />
{{< /main >}}
{{< dev >}}
<iframe src="https://estruyf.github.io/doctor/linux-dev.html" width="100%" height="1200px" />
{{< /dev >}}
<iframe src="https://estruyf.github.io/doctor/linux.html" width="100%" height="1200px" />
7 changes: 1 addition & 6 deletions docs/content/tests/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ keywords:
- ''
---

{{< main >}}
<iframe src="https://estruyf.github.io/doctor/macos.html" width="100%" height="1200px" />
{{< /main >}}
{{< dev >}}
<iframe src="https://estruyf.github.io/doctor/macos-dev.html" width="100%" height="1200px" />
{{< /dev >}}
<iframe src="https://estruyf.github.io/doctor/macos.html" width="100%" height="1200px" />
5 changes: 0 additions & 5 deletions docs/content/tests/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ keywords:
- ''
---

{{< main >}}
<iframe src="https://estruyf.github.io/doctor/windows.html" width="100%" height="1200px" />
{{< /main >}}
{{< dev >}}
<iframe src="https://estruyf.github.io/doctor/windows-dev.html" width="100%" height="1200px" />
{{< /dev >}}
7 changes: 1 addition & 6 deletions docs/content/tests/windows_powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ keywords:
- ''
---

{{< main >}}
<iframe src="https://estruyf.github.io/doctor/windows_powershell.html" width="100%" height="1200px" />
{{< /main >}}
{{< dev >}}
<iframe src="https://estruyf.github.io/doctor/windows_powershell-dev.html" width="100%" height="1200px" />
{{< /dev >}}
<iframe src="https://estruyf.github.io/doctor/windows_powershell.html" width="100%" height="1200px" />

0 comments on commit 015dfa0

Please sign in to comment.