Skip to content

Commit

Permalink
Use remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherkitty committed Sep 5, 2024
1 parent 19f8373 commit 4939964
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:

- uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: cypherkitty
password: ${{ secrets.META_SECRET_GH_PAT }}

- name: run tests
run: |
earthly --allow-privileged --ci +app-test
earthly --allow-privileged --ci --remote-cache=ghcr.io/meta-secret/core:cache --push +app-test

0 comments on commit 4939964

Please sign in to comment.