mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
more-unique because premature merge
This commit is contained in:
parent
52cd536686
commit
1e01b46d45
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -95,13 +95,13 @@ jobs:
|
|||||||
- name: Upload eliot.log
|
- name: Upload eliot.log
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "eliot-${{ matrix.os }}-Python-${{ matrix.python-version }}.log"
|
name: "eliot-${{ matrix.os }}-python-${{ matrix.python-version }}.log"
|
||||||
path: eliot.log
|
path: eliot.log
|
||||||
|
|
||||||
- name: Upload trial log
|
- name: Upload trial log
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "test-${{ matrix.os }}-Python-${{ matrix.python-version }}.log"
|
name: "test-${{ matrix.os }}-python-${{ matrix.python-version }}.log"
|
||||||
path: _trial_temp/test.log
|
path: _trial_temp/test.log
|
||||||
|
|
||||||
# Upload this job's coverage data to Coveralls. While there is a GitHub
|
# Upload this job's coverage data to Coveralls. While there is a GitHub
|
||||||
@ -233,7 +233,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: "integration.eliot-${{ matrix.os }}-Python-${{ matrix.python-version }}.json"
|
name: "integration.eliot-${{ matrix.os }}-python-${{ matrix.python-version }}.json"
|
||||||
path: integration.eliot.json
|
path: integration.eliot.json
|
||||||
|
|
||||||
packaging:
|
packaging:
|
||||||
|
Loading…
Reference in New Issue
Block a user