Skip to content

Commit

Permalink
testing and build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Feb 20, 2025
1 parent 8b1a8e4 commit ede88ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ELASTICSEARCH_PROTOCOL: http
ELASTICSEARCH_HOST: 127.0.0.1
ELASTICSEARCH_PORT: 9200
LOGSTASH_ENABLE_APPENDERS: "false"
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
Expand Down Expand Up @@ -44,6 +45,11 @@ jobs:
- name: Setup CommandBox CLI
uses: Ortus-Solutions/setup-commandbox@v2.0.1

- name: Reinstall CommandBox-Boxlang Module
working-directory: ./test-harness
run: |
box install --force commandbox-boxlang
- name: Install Dependencies
run: |
cd test-harness && box package set dependencies.coldbox=${{ matrix.coldboxVersion }} && cd ../
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ test-harness/testbox/**
test-harness/logs/**
test-harness/modules/**
test-harness/lib/**
test-harness/tests/results/**
test-harness/includes/mail/**
test-harness/.env
test-harness/WEB-INF
WEB-INF

build/results.json
changelog-latest.md
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.0
Expand Down
3 changes: 3 additions & 0 deletions server-boxlang@1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"serverHomeDirectory":"./.engine/boxlang",
"cfengine":"boxlang@be"
},
"java": {
"javaVersion":"openjdk21_jdk"
},
"web":{
"http":{
"port":"60299"
Expand Down

0 comments on commit ede88ad

Please # to comment.