Skip to content

Commit

Permalink
fix: 🐛 Fix tracing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Dec 9, 2024
1 parent 7d75a1e commit 3176949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,10 @@ jobs:
./scripts/build-last-tracing-runtime.sh ${{ needs.set-tags.outputs.git_branch }}
mkdir -p test/moonbase-overrides/
mv build/wasm/moonbase-runtime-local-substitute-tracing.wasm test/moonbase-overrides/
- name: Preparing the repository
run: |
chmod uog+x build/moonbeam
chmod uog+x target/release/moonbeam
- name: Running Tracing Tests
env:
DEBUG_COLOURS: "1"
Expand Down

0 comments on commit 3176949

Please sign in to comment.