diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad3cac3..cc12345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: release: if: startsWith(github.ref, 'refs/tags/') - needs: build + needs: test runs-on: ubuntu-latest permissions: contents: write diff --git a/README.md b/README.md index cbe1d83..e043bdb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Test](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/test.yml/badge.svg)](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/test.yml) +[![Test](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/ci.yml/badge.svg)](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/ci.yml) # MetaModelica and Susan in Visual Studio Code