Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 8e1ca90

Browse files
committed
Fix typo
`.test/smoke_test` -> `test/smoke_test` Noticed when pushed 3b93537 and no tests were run
1 parent 3b93537 commit 8e1ca90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/validate-nightly-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ on:
1515
- .github/workflows/validate-linux-binaries.yml
1616
- .github/workflows/validate-windows-binaries.yml
1717
- .github/workflows/validate-macos-binaries.yml
18-
- .test/smoke_test/*
18+
- test/smoke_test/*
1919
pull_request:
2020
paths:
2121
- .github/workflows/validate-nightly-binaries.yml
2222
- .github/workflows/validate-linux-binaries.yml
2323
- .github/workflows/validate-windows-binaries.yml
2424
- .github/workflows/validate-macos-binaries.yml
25-
- .test/smoke_test/*
25+
- test/smoke_test/*
2626

2727
jobs:
2828
nightly:

.github/workflows/validate-release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ on:
1515
- .github/workflows/validate-linux-binaries.yml
1616
- .github/workflows/validate-windows-binaries.yml
1717
- .github/workflows/validate-macos-binaries.yml
18-
- .test/smoke_test/*
18+
- test/smoke_test/*
1919
pull_request:
2020
paths:
2121
- .github/workflows/validate-release-binaries.yml
2222
- .github/workflows/validate-linux-binaries.yml
2323
- .github/workflows/validate-windows-binaries.yml
2424
- .github/workflows/validate-macos-binaries.yml
25-
- .test/smoke_test/*
25+
- test/smoke_test/*
2626

2727
jobs:
2828
release:

0 commit comments

Comments
 (0)