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

fix gha

parent 99d3a44d
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ jobs:
- trigger-deploy-rc-rancher
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
......@@ -187,7 +188,7 @@ jobs:
npm install --no-save cypress
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_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