mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Output network-test logs into files in CI (#6355)
* Add ci_logger * Update artifact name * Add env var * Add fork_name * Fix clippy error * Add comments
This commit is contained in:
11
.github/workflows/test-suite.yml
vendored
11
.github/workflows/test-suite.yml
vendored
@@ -173,8 +173,19 @@ jobs:
|
||||
channel: stable
|
||||
cache-target: release
|
||||
bins: cargo-nextest
|
||||
- name: Create CI logger dir
|
||||
run: mkdir ${{ runner.temp }}/network_test_logs
|
||||
- name: Run network tests for all known forks
|
||||
run: make test-network
|
||||
env:
|
||||
TEST_FEATURES: portable,ci_logger
|
||||
CI_LOGGER_DIR: ${{ runner.temp }}/network_test_logs
|
||||
- name: Upload logs
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: network_test_logs
|
||||
path: ${{ runner.temp }}/network_test_logs
|
||||
|
||||
slasher-tests:
|
||||
name: slasher-tests
|
||||
needs: [check-labels]
|
||||
|
||||
Reference in New Issue
Block a user