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
a6dc1b31dc
commit
9b33e4b771
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
|||
-
|
||||
name: Test
|
||||
run: |
|
||||
echo $(cat package.json | grep -E "version")
|
||||
VERSION=$(cat package.json | grep -E "version" | cut -f2- -d= | tr -d \" | tr -d " ")
|
||||
echo $(cat package.json | grep -E "\"version\"")
|
||||
VERSION=$(cat package.json | grep -E "(^|\|)version\":" | cut -f2- -d= | tr -d \" | tr -d " ")
|
||||
-
|
||||
name: Get Yarn Cache Directory
|
||||
id: yarn-cache-dir-path
|
||||
|
|
Loading…
Reference in a new issue