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

fix screenshot

parent cf9c88fc
No related branches found
No related tags found
No related merge requests found
......@@ -60,13 +60,13 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ env.SCREENSHOT_PATH }}
path: ${{ env.SCREENSHOT_PATH }}.png
path: cypress/screenshots/screenshot.cy.js/${{ env.SCREENSHOT_PATH }}.png
retention-days: 5
- continue-on-error: true
uses: FZJ-INM1-BDA/iav-dep-test/.github/actions/upload_dataproxy@master
with:
upload-file: ${{ inputs.screenshot-filename }}.png
upload-file: cypress/screenshots/screenshot.cy.js/${{ inputs.screenshot-filename }}.png
bucket-name: interactive-atlas-viewer
dest-path: viewere2e/${{ inputs.screenshot-filename }}.png
client-id: ${{ secrets.client-id }}
......
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