Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel committed Jun 4, 2024
1 parent de054c4 commit 599c6d2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Check Hermes
name: Check Hermes Server

on:
pull_request:
paths: [apps/hermes/**]
paths: [apps/hermes/server/**]
push:
branches: [main]
paths: [apps/hermes/**]
paths: [apps/hermes/server/**]
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -20,4 +20,4 @@ jobs:
- name: Install protoc
uses: arduino/setup-protoc@v3
- name: Run executor tests
run: cargo test --manifest-path ./apps/hermes/Cargo.toml
run: cargo test --manifest-path ./apps/hermes/server/Cargo.toml

0 comments on commit 599c6d2

Please sign in to comment.