Skip to content

PLT-8893 create github action for e2e tests #2

PLT-8893 create github action for e2e tests

PLT-8893 create github action for e2e tests #2

Workflow file for this run

name: "E2E Tests"
on:
pull_request:
branches:
- main
workflow_call:
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run E2E tests
run: |
nix develop --command bash -c 'cd e2e && npm install && . ./run_invisible.sh @dev'