diff --git a/.github/workflows/end2end-tests.yml b/.github/workflows/end2end-tests.yml index 93ce79f..8119355 100644 --- a/.github/workflows/end2end-tests.yml +++ b/.github/workflows/end2end-tests.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - end2end jobs: test: diff --git a/sail/tests/end2end.py b/sail/tests/end2end.py index aa2b08c..6d57deb 100644 --- a/sail/tests/end2end.py +++ b/sail/tests/end2end.py @@ -14,7 +14,7 @@ from unittest.mock import Mock, patch # Skip some tests if true -work_in_progress = False +work_in_progress = True # Some commands use os.execlp to pass control to the # child process, which stops test execution after the