Skip to content

Commit

Permalink
ci: set environment before starting DDEV
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 24, 2023
1 parent 044a9eb commit 1892353
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
- name: Setup DDEV
uses: ddev/github-action-setup-ddev@v1
with:
# We will start DDEV after setting the environment
autostart: false

- name: Set the platform.sh token
run: |
ddev config global --web-environment-add="PLATFORMSH_CLI_TOKEN=${{ secrets.PLATFORMSH_CLI_TOKEN }}"
ddev start
- name: Install the site
run: |
Expand Down

0 comments on commit 1892353

Please sign in to comment.