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:56:49 +00:00
parent 58315b78b3
commit 1dfbc51f4e

View file

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