Skip to content

Commit

Permalink
Use explicit satellite
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 15, 2023
1 parent cefb5b0 commit 985a9bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fi
git checkout -b "$branch" || true
- name: Earthly pipeline
run: earthly --ci --output -P +main-pipeline --artifact +e2e/test-results --tag=${{ github.sha }}
run: earthly --ci --sat rick --output -P +main-pipeline --artifact +e2e/test-results --tag=${{ github.sha }}
- name: Upload test artifacts
uses: actions/upload-artifact@v3
if: failure()
Expand Down
1 change: 0 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ prepare-cache:
FROM +deps
RUN cargo install --debug cargo-chef
COPY --dir server lib cli desktop Cargo.lock Cargo.toml .
COPY desktop/Cargo.toml desktop/Cargo.toml
RUN cargo chef prepare
SAVE ARTIFACT recipe.json

Expand Down

0 comments on commit 985a9bf

Please sign in to comment.