Skip to content

Commit

Permalink
GA: Disable API checks for Tcl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Apr 30, 2024
1 parent 7b2f8bc commit b970c86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-tcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
if: runner.os != 'Windows'
run: make check-cli/seguid-tcl

- name: Check API
run: make check-api/seguid-tcl
# - name: Check API
# run: make check-api/seguid-tcl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![JavaScript checks](https://github.com/seguid/seguid-tests/actions/workflows/check-javascript.yml/badge.svg)](https://github.com/seguid/seguid-tests/actions/workflows/check-javascript.yml)
[![Python checks](https://github.com/seguid/seguid-tests/actions/workflows/check-python.yml/badge.svg)](https://github.com/seguid/seguid-tests/actions/workflows/check-python.yml)
[![R checks](https://github.com/seguid/seguid-tests/actions/workflows/check-r.yml/badge.svg)](https://github.com/seguid/seguid-tests/actions/workflows/check-r.yml)
[![Tcl checks](https://github.com/seguid/seguid-tests/actions/workflows/check-tcl.yml/badge.svg)](https://github.com/seguid/seguid-tests/actions/workflows/check-tcl.yml)


# seguid-tests: Test Suite for SEGUID Implementations
Expand Down Expand Up @@ -131,4 +132,3 @@ The checks are implemented in Bash and Bats (Bash Automated Testing System):
* [bats-core]

[bats-core]: https://bats-core.readthedocs.io/en/stable/

0 comments on commit b970c86

Please sign in to comment.