mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
CI local smoke: clear state/log dirs before run
This commit is contained in:
parent
0d8bb96f07
commit
e7a66825e9
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -150,8 +150,8 @@ jobs:
|
||||
echo "CARGO_TARGET_DIR=${{ runner.temp }}/target-local" >> "$GITHUB_ENV"
|
||||
echo "NOMOS_LOG_DIR=${{ runner.temp }}/local-logs" >> "$GITHUB_ENV"
|
||||
echo "NOMOS_STATE_DIR=${{ runner.temp }}/nomos-state" >> "$GITHUB_ENV"
|
||||
mkdir -p "${{ runner.temp }}/local-logs"
|
||||
mkdir -p "${{ runner.temp }}/nomos-state"
|
||||
rm -rf "${{ runner.temp }}/local-logs" "${{ runner.temp }}/nomos-state"
|
||||
mkdir -p "${{ runner.temp }}/local-logs" "${{ runner.temp }}/nomos-state"
|
||||
- name: Install system dependencies (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user