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
7e2f5155f0
commit
5d8b3ceec3
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ jobs:
|
|||
-
|
||||
name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
-
|
||||
name: Test
|
||||
run: |
|
||||
echo
|
||||
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