Update .forgejo/workflows/test.yml
Some checks failed
Run Tests on Code / test (push) Has been cancelled

This commit is contained in:
Neshura 2023-12-20 08:01:50 +00:00
parent 322cbfbfa3
commit 1bc3dadd9c

View file

@ -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