Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fix workflow #6

Merged
merged 29 commits into from
Feb 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f9d2430
Add Fix workflow
yschimke Feb 24, 2024
7a694ac
Add Fix workflow
yschimke Feb 24, 2024
bd84c99
Add Fix workflow
yschimke Feb 24, 2024
e32c56b
🤖 Updates screenshots
yschimke Feb 24, 2024
cf3214f
Switch java distribution for GitHub Actions setup-java
LouisCAD Feb 24, 2024
018caf8
Remove unused imports
LouisCAD Feb 24, 2024
b0cc72b
Add clarifying comment as to why auto-commits are not disabled on the…
LouisCAD Feb 24, 2024
a626a87
Merge branch 'main' into fix_workflow
yschimke Feb 24, 2024
96fe161
only update when outside tolerance
yschimke Feb 24, 2024
69e333b
Add screenshot tests
yschimke Feb 24, 2024
fe8871a
Add screenshot tests
yschimke Feb 24, 2024
a17715c
Back to mac images
yschimke Feb 24, 2024
97d94ad
Bump high tolerance
yschimke Feb 24, 2024
5e286f3
Bump high tolerance
yschimke Feb 24, 2024
e32d53b
Back to 0.02 for future larger diffs
yschimke Feb 24, 2024
87e93c6
Wrong path
yschimke Feb 24, 2024
6b20c70
Update workflow
yschimke Feb 24, 2024
c0de2b8
Update workflow
yschimke Feb 24, 2024
2292a34
Update workflow
yschimke Feb 24, 2024
6113d72
Update workflow
yschimke Feb 24, 2024
5971d5c
Update workflow
yschimke Feb 24, 2024
f6fb383
Update workflow
yschimke Feb 24, 2024
18060a0
Update workflow
yschimke Feb 24, 2024
610758a
Update workflow
yschimke Feb 24, 2024
4f3eb48
Fix workflow
yschimke Feb 24, 2024
bc5a710
Fix workflow
yschimke Feb 24, 2024
cecf87d
Avoid
yschimke Feb 24, 2024
89b7bb9
Avoid release tests
yschimke Feb 24, 2024
ac36205
Remove no longer needed workflow permission
LouisCAD Feb 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Wrong path
yschimke committed Feb 24, 2024
commit 87e93c6203756f61827ff7b82909959673f9c245
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.main.kts
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ workflow(
name = "Upload reports",
action = UploadArtifactV4(
name = "Roborazzi",
path = listOf("app/build/outputs/roborazzi"),
path = listOf("shared/build/outputs/roborazzi"),
retentionDays = UploadArtifactV4.RetentionPeriod.Default,
)
)