Skip to content

Commit

Permalink
feat: trigger action from cron
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 16, 2024
1 parent 8d0290e commit b706e21
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/cron-third-party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./.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:
Expand Down

0 comments on commit b706e21

Please sign in to comment.