Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 20, 2023
1 parent c55a0df commit 16530d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm i

- name: Run Tests
run: npm run test:coverage
run: npm run test:ci

- name: Run Build
run: npm run build
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm install --loglevel=error
COPY . .

# Test Frontend
RUN npm run test:coverage
RUN npm run test:ci

# Build Frontend
RUN npm run build
Expand Down

0 comments on commit 16530d7

Please sign in to comment.