Skip to content

Commit 9c0dcd9

Browse files
committed
fix flaky test
1 parent c653d40 commit 9c0dcd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testCoverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0 # Get full history
2929
ref: ${{ github.event.inputs.pr_number && format('refs/pull/{0}/merge', github.event.inputs.pr_number) || github.ref }}
3030

31-
- name: Set up Node
31+
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
3434
node-version: "18"
@@ -84,7 +84,7 @@ jobs:
8484
# v1
8585
uses: 1password/install-cli-action@143a85f84a90555d121cde2ff5872e393a47ab9f
8686

87-
- name: Load Codecov token from 1Password
87+
- name: Load Codecov Token from 1Password
8888
id: load-credentials
8989
# v2
9090
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0

0 commit comments

Comments
 (0)