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]
|
on: [push]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_DIR_NAME: ${{ GITHUB_REPOSITORY_NAME }}
|
APP_DIR_NAME: ${{ GITHUB_REPOSITORY }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -11,8 +11,6 @@ jobs:
|
|||||||
image: node:20-alpine
|
image: node:20-alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install pnpm
|
|
||||||
run: npm install -g pnpm eslint
|
|
||||||
- name: test
|
- name: test
|
||||||
run: echo $APP_DIR_NAME
|
run: echo $APP_DIR_NAME
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user