test
Some checks failed
Deploy App / test (push) Successful in 11s
Deploy App / deploy (push) Failing after 7s

This commit is contained in:
valere
2025-09-19 22:28:55 +02:00
parent 0fb9799b34
commit aac5697b12

View File

@@ -2,7 +2,7 @@ name: Deploy App
on: [push]
env:
APP_DIR_NAME: ${{ GITHUB_REPOSITORY_NAME }}
APP_DIR_NAME: ${{ GITHUB_REPOSITORY }}
jobs:
test:
@@ -11,8 +11,6 @@ jobs:
image: node:20-alpine
steps:
- uses: actions/checkout@v4
- name: Install pnpm
run: npm install -g pnpm eslint
- name: test
run: echo $APP_DIR_NAME