Skip to content

Commit

Permalink
Feature/e2e-tests update earthly set up
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Oct 17, 2024
1 parent d2691c2 commit 88ce748
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
run: |
echo "REPORT_TO_XRAY=$([[ '${{ github.event_name }}' == 'schedule' || -n '${{ github.event.inputs.plan }}' || -n '${{ github.event.inputs.execution }}' ]] && echo true || echo false )" >> $GITHUB_ENV
- name: install earthly
uses: earthly/actions-setup@v1
- name: Setup Earthly
uses: ./.github/earthly-setup
with:
github-token: ${{ github.token }}
use-cache: true
version: ^0.7.0
ssh_key: ${{ secrets.SUBSTRATE_REPO_SSH_KEY }}
config_tar: ${{ secrets.EARTHLY_TAR }}

- name: run
env:
EARTHLY_BUILD_ARGS: "CI_RUN=true"
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,11 @@ jobs:
run: |
echo "REPORT_TO_XRAY=$([[ '${{ github.event_name }}' == 'schedule' || -n '${{ github.event.inputs.plan }}' || -n '${{ github.event.inputs.execution }}' ]] && echo true || echo false )" >> $GITHUB_ENV
- name: install earthly
uses: earthly/actions-setup@v1
- name: Setup Earthly
uses: ./.github/earthly-setup
with:
github-token: ${{ github.token }}
use-cache: true
version: ^0.7.0
ssh_key: ${{ secrets.SUBSTRATE_REPO_SSH_KEY }}
config_tar: ${{ secrets.EARTHLY_TAR }}

- name: run
env:
Expand Down

0 comments on commit 88ce748

Please sign in to comment.