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
1dfbc51f4e
commit
38aea8ba3b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: |
|
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 " ")
|
VERSION=$(cat package.json | grep -E "(^|\|)version\":" | cut -f2- -d= | tr -d \" | tr -d " ")
|
||||||
-
|
-
|
||||||
name: Get Yarn Cache Directory
|
name: Get Yarn Cache Directory
|
||||||
|
|
Loading…
Reference in a new issue