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 11, 2025
1 parent 4108b89 commit 68eed09
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"

- uses: ./.github/workflows/build_and_run_tests.yml
with:
context-path: ""
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests_with_context_path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"

- uses: ./.github/workflows/build_and_run_tests.yml
with:
context-path: "/context"

0 comments on commit 68eed09

Please sign in to comment.