diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c69520ae..eb0b3a35a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,6 @@ jobs: run: docker run --rm ocelotsocialnetwork/webapp:build yarn run lint # Unit Tests - - name: webapp | unit tests + - name: webapp | Unit tests run: docker run --rm ocelotsocialnetwork/webapp:build yarn run test