diff --git a/.github/workflows/kbs-e2e.yml b/.github/workflows/kbs-e2e.yml index ec32154883..cf3ab90a55 100644 --- a/.github/workflows/kbs-e2e.yml +++ b/.github/workflows/kbs-e2e.yml @@ -66,29 +66,32 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 - - name: binaries - run: cp -a ./artifact/kbs/test . + - name: mgns debug + run: find ./artifact - - name: Set up SGX/TDX certificates cache - uses: actions/cache@v4 - with: - path: /root/.dcap-qcnl - key: ${{ runner.os }}-dcap-qcnl + # - name: binaries + # run: cp -a ./artifact/kbs/test . - - name: Install dependencies - working-directory: test - run: | - sudo apt-get update - sudo apt-get install -y make --no-install-recommends - sudo make install-dependencies + # - name: Set up SGX/TDX certificates cache + # uses: actions/cache@v4 + # with: + # path: /root/.dcap-qcnl + # key: ${{ runner.os }}-dcap-qcnl + + # - name: Install dependencies + # working-directory: test + # run: | + # sudo apt-get update + # sudo apt-get install -y make --no-install-recommends + # sudo make install-dependencies - - name: Set cc_kbc sample attester env - if: inputs.tee == 'sample' - run: echo "AA_SAMPLE_ATTESTER_TEST=1" >> "$GITHUB_ENV" + # - name: Set cc_kbc sample attester env + # if: inputs.tee == 'sample' + # run: echo "AA_SAMPLE_ATTESTER_TEST=1" >> "$GITHUB_ENV" - - name: Run e2e test - working-directory: test - env: - TEE: ${{ inputs.tee }} - RUST_LOG: warn - run: sudo -E make e2e-test + # - name: Run e2e test + # working-directory: test + # env: + # TEE: ${{ inputs.tee }} + # RUST_LOG: warn + # run: sudo -E make e2e-test