Skip to content

Commit

Permalink
add path for file copying
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Nov 25, 2024
1 parent ac64a8d commit 677a64e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Create artifacts and slack notifications"
description: "Creates failed artifacts with screenshots and sends slack notifications if build failed"

runs:
using: "composite"
Expand All @@ -7,6 +8,7 @@ runs:
shell: bash
run: |
mkdir /home/runner/work/vizro/vizro/vizro-core/failed_screenshots/
cd /home/runner/work/vizro/vizro/vizro-core/
cp *.png failed_screenshots
- name: Archive production artifacts
Expand Down

0 comments on commit 677a64e

Please sign in to comment.