Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Dec 1, 2024
1 parent b95149b commit 8194260
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:

uses: ./.github/workflows/test_inner.yml
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -27,13 +27,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v2

- uses: ./.github/workflows/test_inner.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
coverage-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8194260

Please sign in to comment.