Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jan 31, 2025
1 parent 5ce1ab9 commit 5adf938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fixtures-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}

environment:
name: development
name: staging

env:
DATABASE_URL: postgres://
Expand All @@ -37,6 +37,9 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- run: |
echo "Secrets available: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN != '' }}"
- uses: ./.github/actions/submodules-checkout
with:
submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
Expand Down

0 comments on commit 5adf938

Please sign in to comment.