Update .forgejo/workflows/test.yml
Some checks failed
Run Tests on Code / test (push) Has been cancelled
Some checks failed
Run Tests on Code / test (push) Has been cancelled
This commit is contained in:
parent
8442f06249
commit
322cbfbfa3
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,9 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: |
|
run: |
|
||||||
echo $(cat package.json | grep "version" | sed 's/.*://' | tr -d , | tr -d \" )
|
VERSION=$(cat package.json | grep "version" | sed 's/.*://' | tr -d , | tr -d \" )
|
||||||
VERSION=$(cat package.json | grep -E "(^|\|)version\":" | cut -f2- -d= | tr -d \" | tr -d " ")
|
echo $VERSION
|
||||||
|
exit 0
|
||||||
-
|
-
|
||||||
name: Get Yarn Cache Directory
|
name: Get Yarn Cache Directory
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
|
Loading…
Reference in a new issue