diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5339e57bf..01257c35d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,10 +137,3 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info fail_ci_if_error: true - # trigger-deployment: - # doing this here due to feedback @ https://github.com/tlsnotary/tlsn/pull/631#issuecomment-2415806267 - # needs: tests-integration - # uses: ./.github/workflows/tee-cd.yml - # with: - # # what this is supposed to do -> $ref is the tag: e.g., v0.1.0-alpha.7; pass the $ref string to the cd script and update reverse proxy / deploy - # ref: ${{ github.ref_name }} diff --git a/.github/workflows/tee-ci.yml b/.github/workflows/tee-ci.yml index badacfaf6..645621241 100644 --- a/.github/workflows/tee-ci.yml +++ b/.github/workflows/tee-ci.yml @@ -34,9 +34,7 @@ jobs: run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - - name: get emulated measurement (call gramine.sh without the sgx arg) working-directory: ${{ github.workspace }}/crates/notary/server/tee run: | - # this fails current ci because gramine.sh is part of this pr so the file doesnt exist - # bash .github/scripts/gramine.sh + bash ../../../../.github/scripts/gramine.sh