diff --git a/.github/workflows/cron-third-party.yml b/.github/workflows/cron-third-party.yml index 3fbae6b4a..600c7f3f7 100644 --- a/.github/workflows/cron-third-party.yml +++ b/.github/workflows/cron-third-party.yml @@ -66,14 +66,12 @@ jobs: - id: trigger-tests name: Trigger tests if NPM's version was higher than tested version if: ${{ steps.compare-version.outputs.result }} == -1 - # TODO: implement third-party-test - # uses: celo-org/developer-tooling/.github/actions/test-third-party.yml - # with: - # lib: ${{ matrix.lib }} - run: echo TODO + uses: celo-org/developer-tooling/.github/actions/third-party-tests/action.yaml + with: + library: ${{ github.event.inputs.library }} + version: ${{ github.event.inputs.version }} - uses: actions/upload-artifact@v4 - # TODO: Move this to the test flow on success probably? name: Upload version if: ${{ steps.compare-version.outputs.result }} == -1 with: