Skip to content

Commit 5adf938

Browse files
committed
Test
1 parent 5ce1ab9 commit 5adf938

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/fixtures-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525

2626
environment:
27-
name: development
27+
name: staging
2828

2929
env:
3030
DATABASE_URL: postgres://
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
ref: ${{ github.event.pull_request.head.sha || github.sha }}
3939

40+
- run: |
41+
echo "Secrets available: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN != '' }}"
42+
4043
- uses: ./.github/actions/submodules-checkout
4144
with:
4245
submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)