Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
wienans committed Oct 19, 2024
1 parent 784fda0 commit e666ab8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ jobs:
working-directory: ./server
run: |
ls
npm install --loglevel verbose
npm run lint
npm install
npm run build
- name: List files in the repository
working-directory: ./client
run: |
ls
npm install --loglevel verbose
npm install
npm run lint
npm run build
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit e666ab8

Please sign in to comment.