Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
asynchroza committed Nov 20, 2023
1 parent 15885eb commit 9883597
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-repl.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Nulascript REPL
name: REPL build
on:
push:
paths:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Interpreter Test Nulascript
name: Functional tests
on:
push:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests Nulascript
name: Unit tests
on:
push:
paths:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[![Build Nulascript REPL](https://github.com/asynchroza/nulascript/actions/workflows/build-repl.yaml/badge.svg)](https://github.com/asynchroza/nulascript/actions/workflows/build-repl.yaml)

[![Interpreter Test Nulascript](https://github.com/asynchroza/nulascript/actions/workflows/interpreter-tests.yaml/badge.svg)](https://github.com/asynchroza/nulascript/actions/workflows/interpreter-tests.yaml)

## References

```python
Expand Down

0 comments on commit 9883597

Please sign in to comment.