Skip to content

Commit

Permalink
fix(pwt): skip .last-run.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Sep 11, 2024
1 parent 2690719 commit 4b2d49e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker-javascript/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ func handler(w *worker.Worker, code string) error {
func main() {
worker.NewWorker(&worker.WorkerExectionOptions{
Handler: handler,
IgnoreFilePatterns: []string{"**/*.last-run.json"},
}).Run()
}

0 comments on commit 4b2d49e

Please sign in to comment.