Skip to content

Commit

Permalink
Disable the javascript unit tests
Browse files Browse the repository at this point in the history
Oops! Edited the wrong file!
  • Loading branch information
linas committed Mar 27, 2024
1 parent c2b11c9 commit c987a4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/bindings-js.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: bindings/js CI
on: [push, pull_request]

# Disable. It's failing, its pointless
# on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Main link-grammar CI

#on:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit c987a4b

Please sign in to comment.