Skip to content

Commit

Permalink
enable on PR CI for all tests, including long_run (#559)
Browse files Browse the repository at this point in the history
@Alex-Izquierdo proposing this as discussed per meeting on 2023-07-27
/cc @benthomasson @mkanoor
  • Loading branch information
tarilabs authored Jul 28, 2023
1 parent 1fdd29d commit d289b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
version: "22.12.0"

common-tests:
all-tests:
runs-on: ubuntu-latest

strategy:
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d289b8a

Please sign in to comment.