Update .forgejo/workflows/test.yml
Some checks failed
Run Tests on Code / test (push) Failing after 2s
Some checks failed
Run Tests on Code / test (push) Failing after 2s
This commit is contained in:
parent
38aea8ba3b
commit
53dc24a626
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
-
|
||||
name: Test
|
||||
run: |
|
||||
echo $(cat package.json | grep "version" | tr -d , | tr -d \" )
|
||||
echo $(cat package.json | grep "version" | tr -d , | tr -d \" | tr -d version: )
|
||||
VERSION=$(cat package.json | grep -E "(^|\|)version\":" | cut -f2- -d= | tr -d \" | tr -d " ")
|
||||
-
|
||||
name: Get Yarn Cache Directory
|
||||
|
|
Loading…
Reference in a new issue