Skip to content

Commit

Permalink
test only when path changed (#5)
Browse files Browse the repository at this point in the history
leverage github action's feature to test only when something relevant changed
  • Loading branch information
Elmer Bulthuis authored Nov 8, 2023
1 parent eaf46f9 commit 1a78f66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
branches:
- "*"
paths:
- fixtures/**
- goodrouter-net/**

jobs:
test-spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
branches:
- "*"
paths:
- fixtures/**
- goodrouter-rs/**

jobs:
test-unit:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
branches:
- "*"
paths:
- fixtures/**
- goodrouter-ts/**

jobs:
test-unit:
Expand Down

0 comments on commit 1a78f66

Please sign in to comment.