Update .forgejo/workflows/test.yml
Some checks failed
Run Tests on Code / test (push) Failing after 2s

This commit is contained in:
Neshura 2023-12-20 07:58:54 +00:00
parent 1dfbc51f4e
commit 38aea8ba3b

View file

@ -17,7 +17,7 @@ jobs:
-
name: Test
run: |
echo $(cat package.json | grep "version")
echo $(cat package.json | grep "version" | tr -d , | tr -d \" )
VERSION=$(cat package.json | grep -E "(^|\|)version\":" | cut -f2- -d= | tr -d \" | tr -d " ")
-
name: Get Yarn Cache Directory