Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 35s

This commit is contained in:
Dhaverd 2024-03-18 19:25:55 +03:00
parent fd1f1b4e42
commit 554a13937e

View File

@ -10,9 +10,7 @@ jobs:
- name: Migrate env file
run: |
echo "${{ secrets.ENVIRONMENT }}" > ./.env
cat ./.env
- name: Install Yarn
run: npm install -g yarn
cat ./.env
- name: Install Node
uses: actions/setup-node@v4
with: