Skip to content
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
DATIL_COMMIT_HASH: ae3c20e07eb933b61073689b95f56867c03de252
DATIL_COMMIT_HASH: f04ffbe82157d8d0728dcbf087dcdf51d641b9ee
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -94,6 +94,10 @@ jobs:
run: yarn build:dev
- name: Copy ENV File
run: cp .env.ci .env
# - name: Setup an interactive ssh session
# uses: Warpbuilds/action-debugger@v1.3
# with:
# limit-access-to-actor: true
- name: Run End to End Tests
if: steps.build.outputs.exit_code == 0
run: yarn test:local --filter=testUseEoaSessionSigsToExecuteJsSigning,testUseEoaSessionSigsToPkpSign,testUsePkpSessionSigsToExecuteJsSigning,testUsePkpSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigning,testDelegatingCapacityCreditsNFTToAnotherWalletToExecuteJs,testEthAuthSigToEncryptDecryptString,testExecuteJsSignAndCombineEcdsa,testExecutJsDecryptAndCombine,testExecuteJsBroadcastAndCollect --exclude=Parallel
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@
"uint8arrays": "^4.0.3"
},
"devDependencies": {
"@nrwl/devkit": "19.6.3",
"@nrwl/eslint-plugin-nx": "19.6.3",
"@nx/esbuild": "^17.3.0",
"@nx/devkit": "17.3.0",
"@nx/esbuild": "17.3.0",
"@nx/eslint-plugin": "17.3.0",
"@nx/jest": "17.3.0",
"@nx/js": "17.3.0",
Expand Down
Loading
Loading