Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Aug 14, 2024
1 parent caa3418 commit 24b7c45
Show file tree
Hide file tree
Showing 5 changed files with 1,679 additions and 1,219 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: cargo build --locked --target $BUILD_TARGET --features insecure

- name: E2E test deps
run: cd tests/e2e/ && yarn --frozen-lockfile
run: cd tests/e2e/ && yarn
timeout-minutes: 10

- name: E2E test Firefox
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: cargo test --locked

- name: E2E test deps
run: cd tests/e2e/ && yarn --frozen-lockfile
run: cd tests/e2e/ && yarn
timeout-minutes: 10

- name: E2E test Safari
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
.direnv

# Build products
target
.yarn
node_modules
result
target

# Runtime files
*.pem
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"smtp-server": "^3.6.0",
"ts-node": "^10.1.0",
"typescript": "5.0.4"
}
},
"packageManager": "[email protected]+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}
Loading

0 comments on commit 24b7c45

Please sign in to comment.