Skip to content

Commit

Permalink
Merge pull request #87 from fingerprintjs/feat/INTER-902-changelog-fo…
Browse files Browse the repository at this point in the history
…rmat

Fix tests before release
  • Loading branch information
TheUnderScorer authored Sep 17, 2024
2 parents 7c1d106 + 63088a3 commit 448e76d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-dx-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build packages
run: pnpm build

- name: Setup git for tests
run: git config --global user.email "[email protected]" && git config --global user.name "Test User"

- name: Test
run: pnpm test

Expand Down

0 comments on commit 448e76d

Please sign in to comment.