diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 1b883ee..eb5182b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -14,12 +14,6 @@ jobs: - name: Checking Out Repository Code uses: https://code.forgejo.org/actions/checkout@v3 - - - name: Test - run: | - VERSION=$(cat package.json | grep "version" | sed 's/.*://' | tr -d , | tr -d \" ) - echo $VERSION - exit 0 - name: Get Yarn Cache Directory id: yarn-cache-dir-path