Skip to content

Commit 33be0c8

Browse files
committed
Fix copy-paste error
1 parent 5b867a1 commit 33be0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder-test-stability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Test with Mock Database
6767
shell: bash
6868
env:
69-
GOCOUNT: ${{ github.event.inputs.logLevel }}
69+
GOCOUNT: ${{ github.event.inputs.iterationCount }}
7070
GOMAXPROCS: ${{ runner.os == 'Windows' && 1 || 2 }}
7171
run: gotestsum --junitfile="gotests.xml" --packages="./..." --
7272
-covermode=atomic -coverprofile="gotests.coverage"
@@ -84,7 +84,7 @@ jobs:
8484
if: runner.os == 'Linux'
8585
run: DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
8686
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
87-
-count=${{ github.event.inputs.logLevel }} -race -parallel=2 -failfast
87+
-count=${{ github.event.inputs.iterationCount }} -race -parallel=2 -failfast
8888

8989
- name: Upload DataDog Trace
9090
if: (success() || failure()) && github.actor != 'dependabot[bot]' && runner.os == 'Linux'

0 commit comments

Comments
 (0)