Skip to content

Commit 4bcbfe3

Browse files
committed
isolated test
1 parent d6f1cbf commit 4bcbfe3

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

.github/workflows/ci.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@ jobs:
4949
uses: actions/checkout@v2
5050
with:
5151
fetch-depth: 0
52-
- name: Checkout Lit Actions
53-
uses: actions/checkout@v4
54-
id: checkout
55-
with:
56-
fetch-depth: 0
57-
repository: LIT-Protocol/lit-assets
58-
ref: ${{env.DATIL_COMMIT_HASH}}
59-
token: ${{secrets.GH_PAT_FOR_SHIVA}}
60-
path: ${{ github.workspace }}/lit-assets/
61-
submodules: false
62-
sparse-checkout: |
63-
blockchain
64-
rust/lit-node
65-
- name: Check LA dir
66-
run: ls -la ${{github.workspace}}/lit-assets
67-
- name: Install LA Blockchain Dependencies
68-
run: npm i
69-
working-directory: ${{github.workspace}}/lit-assets/blockchain/contracts
52+
# - name: Checkout Lit Actions
53+
# uses: actions/checkout@v4
54+
# id: checkout
55+
# with:
56+
# fetch-depth: 0
57+
# repository: LIT-Protocol/lit-assets
58+
# ref: ${{env.DATIL_COMMIT_HASH}}
59+
# token: ${{secrets.GH_PAT_FOR_SHIVA}}
60+
# path: ${{ github.workspace }}/lit-assets/
61+
# submodules: false
62+
# sparse-checkout: |
63+
# blockchain
64+
# rust/lit-node
65+
# - name: Check LA dir
66+
# run: ls -la ${{github.workspace}}/lit-assets
67+
# - name: Install LA Blockchain Dependencies
68+
# run: npm i
69+
# working-directory: ${{github.workspace}}/lit-assets/blockchain/contracts
7070
- name: Log in to GitHub Container Registry
7171
uses: docker/login-action@v2
7272
with:
@@ -83,33 +83,33 @@ jobs:
8383
uses: actions/setup-node@v3
8484
with:
8585
node-version: '20'
86-
- uses: jetli/[email protected]
87-
with:
88-
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
89-
version: 'latest'
90-
- name: Install project dependencies
91-
run: yarn --frozen-lockfile
92-
- uses: nrwl/nx-set-shas@v3
93-
with:
94-
main-branch-name: 'master'
95-
- name: Build packages
96-
id: build
97-
run: yarn build:dev
98-
- name: Copy ENV File
99-
run: cp .env.ci .env
100-
- name: Run End to End Tests
101-
if: steps.build.outputs.exit_code == 0
102-
run: yarn test:local --filter=testUseEoaSessionSigsToExecuteJsSigning,testUseEoaSessionSigsToPkpSign,testUsePkpSessionSigsToExecuteJsSigning,testUsePkpSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigning,testDelegatingCapacityCreditsNFTToAnotherWalletToExecuteJs,testEthAuthSigToEncryptDecryptString,testExecuteJsSignAndCombineEcdsa,testExecutJsDecryptAndCombine,testExecuteJsBroadcastAndCollect --exclude=Parallel
103-
- name: Get Container Logs
104-
if: always()
105-
run: docker logs shiva
106-
- name: Post Pull Shiva Container
107-
id: container-stop
108-
if: steps.shiva-pull.outputs.exit_code == 0
109-
run: docker stop shiva && docker rm shiva
110-
- name: Post Pull Shiva Image
111-
if: steps.shiva-pull.outputs.exit_code == 0
112-
run: docker rmi ghcr.io/lit-protocol/shiva
86+
# - uses: jetli/[email protected]
87+
# with:
88+
# # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
89+
# version: 'latest'
90+
# - name: Install project dependencies
91+
# run: yarn --frozen-lockfile
92+
# - uses: nrwl/nx-set-shas@v3
93+
# with:
94+
# main-branch-name: 'master'
95+
# - name: Build packages
96+
# id: build
97+
# run: yarn build:dev
98+
# - name: Copy ENV File
99+
# run: cp .env.ci .env
100+
# - name: Run End to End Tests
101+
# if: steps.build.outputs.exit_code == 0
102+
# run: yarn test:local --filter=testUseEoaSessionSigsToExecuteJsSigning,testUseEoaSessionSigsToPkpSign,testUsePkpSessionSigsToExecuteJsSigning,testUsePkpSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigning,testDelegatingCapacityCreditsNFTToAnotherWalletToExecuteJs,testEthAuthSigToEncryptDecryptString,testExecuteJsSignAndCombineEcdsa,testExecutJsDecryptAndCombine,testExecuteJsBroadcastAndCollect --exclude=Parallel
103+
# - name: Get Container Logs
104+
# if: always()
105+
# run: docker logs shiva
106+
# - name: Post Pull Shiva Container
107+
# id: container-stop
108+
# if: steps.shiva-pull.outputs.exit_code == 0
109+
# run: docker stop shiva && docker rm shiva
110+
# - name: Post Pull Shiva Image
111+
# if: steps.shiva-pull.outputs.exit_code == 0
112+
# run: docker rmi ghcr.io/lit-protocol/shiva
113113
# ping-lit-configuration-guides:
114114
# runs-on: ubuntu-latest
115115
# # needs: [unit-tests, integration-tests] # Make sure this job runs after others complete

0 commit comments

Comments
 (0)