We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b4bb8 commit 9633968Copy full SHA for 9633968
.github/workflows/bnf-jest.yml
@@ -10,7 +10,7 @@ env:
10
NODE_LATEST_VERSION: '24'
11
12
jobs:
13
- bnf-jest:
+ jest:
14
runs-on: ubuntu-latest
15
16
strategy:
@@ -39,7 +39,7 @@ jobs:
39
40
npm:
41
42
- needs: bnf-jest
+ needs: jest
43
44
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags')"
45
.github/workflows/bnf-pytest.yml
PYTHON_LATEST_VERSION: '3.14'
- bnf-pytest:
+ pytest:
build:
- needs: bnf-pytest
+ needs: pytest
0 commit comments