mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Bust bundle cache and clean state for local smoke
This commit is contained in:
parent
d5639b24ff
commit
27bfad7f53
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
NOMOS_NODE_REV: 2f60a0372c228968c3526c341ebc7e58bbd178dd
|
||||
NOMOS_BUNDLE_VERSION: v3
|
||||
NOMOS_BUNDLE_VERSION: v4
|
||||
|
||||
jobs:
|
||||
build_nomos_binaries:
|
||||
|
||||
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
NOMOS_NODE_REV: 2f60a0372c228968c3526c341ebc7e58bbd178dd
|
||||
NOMOS_BUNDLE_VERSION: v3
|
||||
NOMOS_BUNDLE_VERSION: v4
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
@ -152,6 +152,10 @@ jobs:
|
||||
echo "NOMOS_STATE_DIR=${{ runner.temp }}/nomos-state" >> "$GITHUB_ENV"
|
||||
rm -rf "${{ runner.temp }}/local-logs" "${{ runner.temp }}/nomos-state"
|
||||
mkdir -p "${{ runner.temp }}/local-logs" "${{ runner.temp }}/nomos-state"
|
||||
- name: Clean workspace caches
|
||||
run: |
|
||||
rm -rf .tmp/nomos-* testing-framework/assets/stack/kzgrs_test_params
|
||||
mkdir -p .tmp
|
||||
- name: Install system dependencies (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user