Update .forgejo/workflows/test.yml
All checks were successful
Run Tests on Code / test (push) Successful in 1m54s

This commit is contained in:
Neshura 2023-12-20 07:51:31 +00:00
parent 70a4570e3e
commit a6dc1b31dc

View file

@ -17,8 +17,8 @@ jobs:
-
name: Test
run: |
echo $(cat package.json)
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