File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -131,22 +131,6 @@ jobs:
131131 --health-retries=5
132132
133133 steps :
134- - name : Free Disk Space (Ubuntu)
135- uses : jlumbroso/free-disk-space@main
136- with :
137- # this might remove tools that are actually needed,
138- # if set to "true" but frees about 6 GB
139- tool-cache : false
140-
141- # all of these default to true, but feel free to set to
142- # "false" if necessary for your workflow
143- android : true
144- dotnet : true
145- haskell : true
146- large-packages : false
147- docker-images : true
148- swap-storage : true
149-
150134 - name : Create database for MSSQL Server
151135 if : matrix.db-platforms == 'SQLSRV'
152136 run : sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test"
Original file line number Diff line number Diff line change 1111 * the LICENSE file that was distributed with this source code.
1212 */
1313
14- namespace ThirdParty \ queue \ tests ;
14+ namespace Tests ;
1515
1616use CodeIgniter \I18n \Time ;
1717use CodeIgniter \Queue \Entities \QueueJob ;
You can’t perform that action at this time.
0 commit comments