Skip to content

Commit

Permalink
Configure host url env
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 11, 2024
1 parent 65d69fe commit 481c645
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Integration Test [Playwright]

on:
push:
branches:
- test
workflow_dispatch:
workflow_run:
workflows:
Expand All @@ -17,6 +14,9 @@ jobs:
defaults:
run:
working-directory: integration_test
env:
HOST_URL: https://ccv.cardanoapi.io
CI: ture
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -125,5 +125,4 @@ jobs:
env:
REPORT_NAME: integration-tests
GH_PAGES: cardanoapi/ccv-test-reports
HOST_URL: https://ccv.cardanoapi.io
CI: ture

0 comments on commit 481c645

Please sign in to comment.