diff --git a/.github/workflows/test_linux.yaml b/.github/workflows/tests.yaml similarity index 98% rename from .github/workflows/test_linux.yaml rename to .github/workflows/tests.yaml index 39d2f38..ee06e56 100644 --- a/.github/workflows/test_linux.yaml +++ b/.github/workflows/tests.yaml @@ -45,7 +45,7 @@ jobs: source venv/bin/activate ./setup.sh - -name: Testing + - name: Testing run: | ./test.sh deactivate diff --git a/README.md b/README.md index 5106524..b2e20bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ProtoScribe: Modeling the Evolution of Writing -![CI status](https://github.com/google-research/protoscribe/actions/workflows/test_linux.yaml/badge.svg?branch=main) +![CI status](https://github.com/google-research/protoscribe/actions/workflows/tests.yaml/badge.svg?branch=main)
𓏞