Skip to content

Commit

Permalink
fix(ci): remove renaming from compact-codec (#12133)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo authored Oct 28, 2024
1 parent 0d07d27 commit bc3163e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
# On `main` branch, generates test vectors and serializes them to disk using `Compact`.
- name: Generate compact vectors
run: |
${{ matrix.bin }} -- test-vectors compact --write &&
for f in ./testdata/micro/compact/*; do mv "$f" "$(dirname "$f")/$(basename "$f" | awk -F '__' '{print $NF}')"; done
${{ matrix.bin }} -- test-vectors compact --write
- name: Checkout PR
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bc3163e

Please sign in to comment.