Skip to content

Commit

Permalink
Install Depot CLI before pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Oct 26, 2023
1 parent 1212e96 commit 7850b03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ jobs:
if: needs.changes.outputs.shouldTriggerCypress == 'true'
run: ./bin/check_kafka_clickhouse_up

- name: Install Depot CLI
if: needs.changes.outputs.shouldTriggerCypress == 'true'
uses: depot/setup-action@v1

- name: Get Docker image cached in Depot
if: needs.changes.outputs.shouldTriggerCypress == 'true'
uses: depot/pull-action@v1
Expand Down

0 comments on commit 7850b03

Please sign in to comment.