Skip to content

Commit 730f425

Browse files
authored
Merge pull request #13 from dfinity/jack/sdk-ci-tweaks
SDK CI tweaks
2 parents 8197641 + 79850fc commit 730f425

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/sdk_utils.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SDK Utils Linux
1+
name: SDK Utils CI
22
on:
33
push:
44
branches:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup
1919
run: |
2020
sudo apt-get install nodejs
21-
- name: Run SDK Tests
21+
- name: SDK Tests and Lint
2222
run: |
2323
set -eExuo pipefail
2424
cd sdk/ic_vetkd_sdk_utils
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup
3535
run: |
3636
brew install nodejs
37-
- name: Run SDK Tests
37+
- name: SDK Tests and Lint
3838
run: |
3939
set -eExuo pipefail
4040
cd sdk/ic_vetkd_sdk_utils

sdk/ic_vetkd_sdk_utils/test/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ if (typeof window === 'undefined') {
99
}
1010

1111
beforeAll(() => {
12-
console.log("beforeAll");
1312
Object.defineProperty(window, 'crypto', {
1413
value: crypto.webcrypto,
1514
writable: true,

0 commit comments

Comments
 (0)