diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 4444b2c..0d83681 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -12,3 +12,6 @@ jobs: steps: - name: Checkout Source Code uses: actions/checkout@v4 + - name: Yarn install (dev) + shell: bash + run: yarn install \ No newline at end of file