Skip to content

Commit

Permalink
Merge pull request #294 from fingerprintjs/ci/fix-mock-e2e
Browse files Browse the repository at this point in the history
ci: fix mock e2e tests
  • Loading branch information
necipallef authored Sep 27, 2024
2 parents f29afc7 + 39e8484 commit 750ca3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec-mock-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ phases:
nodejs: 20
commands:
- npm i -g pnpm
- export VERSION=$(cat package.json | jq -r '.version')
- echo $CODEBUILD_BUILD_ID
- echo $CODEBUILD_PUBLIC_BUILD_URL
- ls -a
Expand Down

0 comments on commit 750ca3b

Please sign in to comment.