Skip to content

Commit

Permalink
Merge branch 'main' into v13
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/ci.yml
  • Loading branch information
mdjastrzebski committed Nov 7, 2024
2 parents b402d14 + c7f8d6c commit fec4c03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
test:
needs: [install-cache-deps]
runs-on: ubuntu-latest
name: Test (concurrent by default)
name: Test (concurrent)
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -64,6 +64,8 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test-legacy:
needs: [install-cache-deps]
Expand Down

0 comments on commit fec4c03

Please sign in to comment.