test
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user