Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 505c43b commit 4e5f0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pytest -v \
--rootdir=$(pwd) \
--splunk_type=external \
--splunk_host=splunk \
--splunk_host=127.0.0.1 \
--splunk_port=8089 \
--splunk_version=${{ matrix.splunk-version }} \
--splunk_password=${{ secrets.GitHub_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- SC4S_LISTEN_JUNIPER_IDP_TCP_PORT=5004
- SC4S_LISTEN_PALOALTO_PANOS_TCP_PORT=5005
- SC4S_LISTEN_PFSENSE_TCP_PORT=5006
- SC4S_ARCHIVE_GLOBAL=yes
- SC4S_ARCHIVE_GLOBAL=no
# - SC4S_SOURCE_STORE_RAWMSG=yes
volumes:
- ./tls:/opt/syslog-ng/tls
Expand Down

0 comments on commit 4e5f0c1

Please sign in to comment.