Skip to content

Commit

Permalink
Update frontend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour authored May 29, 2024
1 parent 39c35ea commit 12f0b6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
working-directory: frontend
strategy:
matrix:
node-version: [18.x]
Expand All @@ -25,13 +25,10 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
working-directory: ./frontend
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Deploy to Pages
uses: actions/deploy-pages@v4
with:
working-directory: ./frontend

0 comments on commit 12f0b6f

Please sign in to comment.