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 fdf56e1 commit 1c5a136Copy full SHA for 1c5a136
.github/workflows/bnf-jest.yml
@@ -28,6 +28,9 @@ jobs:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
30
31
+ - name: temp
32
+ run: which antlr4
33
+
34
- name: dependencies
35
working-directory: bnf
36
run: npm ci
.github/workflows/bnf-pytest.yml
@@ -28,9 +28,12 @@ jobs:
python-version: ${{ matrix.python-version }}
enable-cache: true
- run: uv sync --locked --extra dev
+ run: uv sync --locked --extra dev --verbose
37
38
- name: pytest
39
0 commit comments