diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72872146..1f1e9cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: with: version: "22.12.0" - common-tests: + all-tests: runs-on: ubuntu-latest strategy: @@ -58,8 +58,8 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Common tests - uses: ./.github/actions/common-tests + - name: All tests + uses: ./.github/actions/all-tests - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml.disabled similarity index 85% rename from .github/workflows/e2e-tests.yml rename to .github/workflows/e2e-tests.yml.disabled index 813970a8..a3ee3cd7 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml.disabled @@ -1,3 +1,4 @@ +# at this stage, ci.yml run all-tests, which performs: common-tests, long_run tests, e2e-tests name: e2e tests on: