Skip to content

Commit

Permalink
Add test step to the Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed May 14, 2024
1 parent c43fc11 commit b48cc63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ jobs:
run: |
npm version --no-git-tag-version $(node -p "require('./package.json').version")-${GITHUB_SHA::8}
- name: Install dependencies
run: npm ci

- name: Test
run: npm run test

- name: Build
run: |
npm ci
npm run build
run: npm run build

#- name: Sentry
# env:
Expand Down

0 comments on commit b48cc63

Please sign in to comment.