Skip to content

Commit

Permalink
chore: Add E2E tests to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 26, 2025
1 parent f7cd414 commit fe19560
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,17 @@ jobs:
- name: Kurtosis Lint
run: kurtosis lint ${{ github.workspace }}

test-e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install dependencies
uses: jdx/mise-action@v2

- name: Run E2E tests
run: just test-e2e

0 comments on commit fe19560

Please sign in to comment.