Skip to content

Commit

Permalink
Pin Micro version to 2.0.0 to fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed May 15, 2024
1 parent f0620b9 commit 093f6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trackers/javascript-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"scripts": {
"build": "rollup -c --silent --failAfterWarnings",
"docker:micro": "docker pull snowplow/snowplow-micro:latest",
"docker:micro": "docker pull snowplow/snowplow-micro:2.0.0",
"test": "jest test/unit/*.test.ts --no-cache",
"test:build": "rollup --config rollup.config.test.js --silent",
"test:e2e:local": "npm-run-all --parallel test:build docker:micro --serial wdio:local",
Expand Down
2 changes: 1 addition & 1 deletion trackers/javascript-tracker/test/micro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const docker = new Docker();
export const start = (isRemote?: boolean) => {
return docker
.createContainer({
Image: 'snowplow/snowplow-micro:latest',
Image: 'snowplow/snowplow-micro:2.0.0',
AttachStdin: false,
AttachStdout: true,
AttachStderr: true,
Expand Down

0 comments on commit 093f6b3

Please sign in to comment.