Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Sep 24, 2024
1 parent 1169e3c commit 0955ad7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aggregate_signals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
- name: Run Python script
run: python .github/scripts/merge_all.py ./signals .

- name: Run sccache
uses: mozilla-actions/[email protected]

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Run rust-cache
uses: Swatinem/rust-cache@v2

- name: Install rust-script
run: cargo install rust-script

- name: Install dependencies
run: sudo apt update && sudo apt-get install clang -y

- name: Run Rust script
run: .github/scripts/validate.rs registry.json
run: rust-script .github/scripts/validate.rs registry.json --pkg-path . -c

- name: Commit aggregated signals
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 0955ad7

Please sign in to comment.