Skip to content

Commit

Permalink
fix: missing environment name in e2e test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang committed Jun 1, 2024
1 parent 5d2b72c commit cc54316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
STRAPI_API_URL: ${{ vars.STRAPI_API_URL }}
e2e-tests:
timeout-minutes: 60
environment:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cc54316

Please sign in to comment.