Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Nov 27, 2024
1 parent edad3e5 commit 0e3903d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
run: pnpm i && pnpm add prisma @prisma/client
- name: Build Next
run: pnpm run prisma:generate && pnpm run build
# 打印当前目录的文件
- name: List files in current directory
run: |
echo "Current directory: $(pwd)"
echo "Files:"
ls -la
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 0e3903d

Please sign in to comment.