diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8078174..0e3cfe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: uses: ./.github/actions/setup-nomad - name: Unit Tests - num: make unit + run: make unit - name: CI run: make ci \ No newline at end of file