Skip to content

Commit

Permalink
chore(ui): run web console tests with context path
Browse files Browse the repository at this point in the history
  • Loading branch information
glasstiger committed Jan 13, 2025
1 parent 5c31835 commit fc9a3b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests_with_context_path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
name: Running Tests With Context Path
runs-on: ubuntu-latest

env:
QDB_HTTP_CONTEXT_PATH: "/context"

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -32,7 +35,6 @@ jobs:
run: ./tmp/questdb-*-rt-linux-x86-64/bin/questdb.sh start -d ./tmp/dbroot
env:
QDB_DEV_MODE_ENABLED: "true"
QDB_HTTP_CONTEXT_PATH: "/context"

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -66,7 +68,6 @@ jobs:
QDB_DEV_MODE_ENABLED: "true"
QDB_HTTP_USER: "admin"
QDB_HTTP_PASSWORD: "quest"
QDB_HTTP_CONTEXT_PATH: "/context"

- name: Run browser-tests test
run: yarn workspace browser-tests test
Expand Down

0 comments on commit fc9a3b6

Please sign in to comment.