Skip to content

Commit

Permalink
ci: change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rishadbaniya committed Oct 6, 2024
1 parent 244191c commit 9710585
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CompileTimeDelta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
mv debate-map/target/cargo-timings/cargo-timing-* compile-timings/timings/raw_html
- name: Extract compile timing information from any new raw build timing html file that's not in tracker.json and add them to build_metadatas & build_units
working-directory: compile-timings/compile-timings-extractor
working-directory: compile-timings
run: |
NEW_BUILD_HTML_FILE=$(ls -t ../timings/raw_html/ | head -n1)
NEW_BUILD_HTML_FILE=$(ls -t timings/raw_html/ | head -n1)
cd compile_timing_extractor
cargo run -- --input-file ../timings/raw_html/$NEW_BUILD_HTML_FILE --tracker-file ../timings/tracker.json --metadata-dir ../timings/build_metadatas --units-data-dir ../timings/build_units
- name: Commit and push changes
Expand Down

0 comments on commit 9710585

Please sign in to comment.