diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85ea7ce9..46ee0c1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Build images run: make build - - nmae: Run containers + - name: Run containers run: make up-detatched - name: Install React app