Update .forgejo/workflows/test.yml
Some checks failed
Run Tests on Code / test (push) Has been cancelled

This commit is contained in:
Neshura 2023-12-20 07:44:25 +00:00
parent 7e2f5155f0
commit 5d8b3ceec3

View file

@ -14,6 +14,11 @@ jobs:
- -
name: Checking Out Repository Code name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3 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 name: Get Yarn Cache Directory
id: yarn-cache-dir-path id: yarn-cache-dir-path