Skip to content

Commit

Permalink
Update all of the plugins and verify in CI that they've stayed up-to-…
Browse files Browse the repository at this point in the history
…date.
  • Loading branch information
sporkmonger committed Dec 29, 2024
1 parent 4e71c15 commit a704908
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 540 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,8 @@ jobs:
- name: Kill Envoy service
run: /usr/bin/docker kill envoy

- name: Ensure test plugins are up-to-date
run: cd tests/plugins/multi-phase-plugin-a && cargo update && cd - && cd tests/plugins/multi-phase-plugin-b && cargo update && cd - && cd tests/plugins/redis-plugin && cargo update && cd - && cd tests/plugins/smoke-test && cargo update && cd -

- name: Ensure non-dirty repo
run: git diff --exit-code
Loading

0 comments on commit a704908

Please sign in to comment.