From 37dd85dc1d2155de80b45e474c846a7bb96f1b53 Mon Sep 17 00:00:00 2001 From: fmacleal Date: Thu, 27 Jun 2024 16:00:19 +0200 Subject: [PATCH] Using pushed image to test RIT Action --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 687f2737..891ae572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,15 +62,9 @@ jobs: timeout-minutes: 60 steps: - - name: Checkout - id: checkout - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} - - - name: Test Local RIT Action + - name: Test RIT Action id: test-rit-action - uses: ./.github/ + uses: docker://ghcr.io/rsksmart/rootstock-integration-tests/rit-action:latest with: rskj-branch: master federator-branch: master