Skip to content

Commit

Permalink
PLT-8893 create github action for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Dec 18, 2023
1 parent 5c20be3 commit 13b84b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "20.x"


- name: Run E2E tests
run: |
nix develop --command bash -c 'cd e2e && npm install && . ./run_invisible.sh @dev'

0 comments on commit 13b84b4

Please sign in to comment.