Skip to content

Commit

Permalink
ci: ci script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHongDev authored Jul 5, 2024
1 parent ccd6aec commit d2733d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:

- name: build
run: npm run build

- name: 검사
run: ls -al
- name: Google Auth
id: auth
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit d2733d4

Please sign in to comment.