diff --git a/.github/workflows/tests-e2e-linux.yml b/.github/workflows/tests-e2e-linux.yml index caef1e4e..60231a8d 100644 --- a/.github/workflows/tests-e2e-linux.yml +++ b/.github/workflows/tests-e2e-linux.yml @@ -88,9 +88,15 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Run tests + working-directory: ./tests/e2e run: | - # .github/e2e/test.app.sh - yarn --cwd tests/e2e test + yarn install:deps + yarn install:extension + yarn test + + # - name: Run tests + # run: | + # .github/e2e/test.app.sh - name: Upload Test Report uses: actions/upload-artifact@v4