fix: resolve all 29 failing tests - implement chess rule validation #1
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Archive test results
|
- name: Archive test results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: coverage/
|
path: coverage/
|
||||||
@ -153,7 +153,7 @@ jobs:
|
|||||||
cat quality-report.md
|
cat quality-report.md
|
||||||
|
|
||||||
- name: Upload quality report
|
- name: Upload quality report
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: quality-report
|
name: quality-report
|
||||||
path: quality-report.md
|
path: quality-report.md
|
||||||
|
|||||||
@ -127,7 +127,7 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Upload release artifacts
|
- name: Upload release artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user