Skip to content

Commit 0ad3ce5

Browse files
committed
echo out connection
1 parent 6436055 commit 0ad3ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
runs-on: ubuntu-latest
1414
env:
15-
CONNECTION: ${{ secrets.AURA_CONNECTIONS }}
15+
CONNECTION: ${{ secrets.AURA_PRO }}
1616
name: "Running on all provided Aura instances"
1717

1818
steps:
@@ -28,7 +28,7 @@ jobs:
2828
php_version: 8.0
2929
version: 2
3030
- name: clean database
31-
run: php tests/clean-database.php
31+
run: echo $CONNECTION && CONNECTION=$CONNECTION php tests/clean-database.php
3232
- uses: php-actions/phpunit@v3
3333
with:
3434
configuration: phpunit.xml.dist

0 commit comments

Comments
 (0)