Skip to content
Snippets Groups Projects
Commit 039eabf2 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix gha

parent 99d3a44d
...@@ -160,6 +160,7 @@ jobs: ...@@ -160,6 +160,7 @@ jobs:
- trigger-deploy-rc-rancher - trigger-deploy-rc-rancher
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
...@@ -187,7 +188,7 @@ jobs: ...@@ -187,7 +188,7 @@ jobs:
npm install --no-save cypress npm install --no-save cypress
GIT_DIGEST=${{ github.sha }} GIT_DIGEST=${{ github.sha }}
GIT_DIGEST=$(echo $GIT_DIGEST | grep -oP '^.{6}') GIT_DIGEST=$(echo $GIT_DIGEST | head -c 6)
SCREENSHOT_URL=${{ matrix.url }} SCREENSHOT_URL=${{ matrix.url }}
SCREENSHOT_PATH=screenshot_"$GIT_DIGEST"_${{ matrix.viewer }}_${{ matrix.os }}_${{ matrix.browser }}.png SCREENSHOT_PATH=screenshot_"$GIT_DIGEST"_${{ matrix.viewer }}_${{ matrix.os }}_${{ matrix.browser }}.png
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment