Skip to content

Commit 1fc1684

Browse files
committed
Update test.yml
1 parent a1e160b commit 1fc1684

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
test-execution:
1111
runs-on: ubuntu-latest
12-
1312
strategy:
1413
matrix:
1514
node-version:
@@ -24,8 +23,8 @@ jobs:
2423
SPLUNK_START_ARGS: --accept-license
2524
SPLUNK_PASSWORD: changed!
2625
ports:
27-
- 8088
28-
- 8089
26+
- 8088:8088
27+
- 8089:8089
2928
steps:
3029
- uses: actions/checkout@v2
3130
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)