mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Compare commits
2 Commits
ddc5d38154
...
c423f2e79d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c423f2e79d | ||
|
|
8401606694 |
4
.github/workflows/compare_screenshots.yml
vendored
4
.github/workflows/compare_screenshots.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
run: mkdir -p artifacts
|
run: mkdir -p artifacts
|
||||||
# If we ever add more artifacts, this is going to break, but it'll be obvious.
|
# If we ever add more artifacts, this is going to break, but it'll be obvious.
|
||||||
- name: Download screenshot tests
|
- name: Download screenshot tests
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
- name: ls -R
|
- name: ls -R
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
echo ${{ github.event.pull_request.number }} > artifacts/screenshot_comparisons/pull_request_number.txt
|
echo ${{ github.event.pull_request.number }} > artifacts/screenshot_comparisons/pull_request_number.txt
|
||||||
- name: Upload bad screenshots
|
- name: Upload bad screenshots
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: bad-screenshots
|
name: bad-screenshots
|
||||||
path: artifacts/screenshot_comparisons
|
path: artifacts/screenshot_comparisons
|
||||||
|
|||||||
2
.github/workflows/run_integration_tests.yml
vendored
2
.github/workflows/run_integration_tests.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
bash tools/ci/run_server.sh ${{ inputs.map }}
|
bash tools/ci/run_server.sh ${{ inputs.map }}
|
||||||
- name: Upload screenshot tests
|
- name: Upload screenshot tests
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: test_artifacts_${{ inputs.map }}_${{ inputs.major }}_${{ inputs.minor }}
|
name: test_artifacts_${{ inputs.map }}_${{ inputs.major }}_${{ inputs.minor }}
|
||||||
path: data/screenshots_new/
|
path: data/screenshots_new/
|
||||||
|
|||||||
Reference in New Issue
Block a user