diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde60a94..95713ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,9 @@ jobs: cache-dependency-path: yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: cd packages/backend - run: yarn --frozen-lockfile - - run: cd packages/backend && yarn lint + - run: yarn lint - run: echo "🍏 This job's status is ${{ job.status }}." start-backend-server: runs-on: ubuntu-latest