Update .forgejo/workflows/test.yml
All checks were successful
Run Tests on Code / test (push) Successful in 1m54s
All checks were successful
Run Tests on Code / test (push) Successful in 1m54s
This commit is contained in:
parent
70a4570e3e
commit
a6dc1b31dc
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: |
|
run: |
|
||||||
echo $(cat package.json)
|
echo $(cat package.json | grep -E "version")
|
||||||
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
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
|
Loading…
Reference in a new issue