File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 format_check :
2121 name : Checks Source Code Formatting
22- runs-on : ubuntu-20.04
22+ runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout Repository
2525 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 prep_next_release :
158158 name : Prep Next Release
159159 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
160- runs-on : ubuntu-20.04
160+ runs-on : ubuntu-latest
161161 needs : [ build ]
162162 steps :
163163 # Checkout development
Original file line number Diff line number Diff line change 2424 # #########################################################################################
2525 format :
2626 name : Code Auto-Formatting
27- runs-on : ubuntu-20.04
27+ runs-on : ubuntu-latest
2828 steps :
2929 - uses : actions/checkout@v4
3030
Original file line number Diff line number Diff line change 11{
22 "name" :" TestBox" ,
3- "version" :" 6.3.1 " ,
3+ "version" :" 6.3.2 " ,
44 "location" :" https://downloads.ortussolutions.com/ortussolutions/testbox/@build.version@/testbox-@build.version@.zip" ,
55 "author" :" Ortus Solutions <info@ortussolutions.com>" ,
66 "slug" :" testbox" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Fixed
1515
16+ - Update the ` run ` runners so they use the calculated location paths.
17+
18+ ## [ 6.3.1] - 2025-04-01
19+
20+ ### Fixed
21+
1622- Fixed a typo in BaseReporter
1723
1824## [ 6.3.0] - 2025-03-31
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # Get the path to the directory where this script is located
4+ DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
5+
36# Go baby go!
4- boxlang system/runners/BoxLangRunner.bx $@
7+ boxlang $DIR / system/runners/BoxLangRunner.bx $@
Original file line number Diff line number Diff line change 1- # Call the Runner
2- boxlang system/runners/BoxLangRunner.bx
1+ @ echo off
2+ setlocal
3+
4+ set " DIR = %~dp0 "
5+
6+ boxlang " %DIR% system/runners/BoxLangRunner.bx"
You can’t perform that action at this time.
0 commit comments