diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b63e292..5a604e12 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,5 +63,5 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build angular projects + - name: Run Go Tests run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +test-go diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 7d552297..edf804d2 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -32,5 +32,5 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build angular projects + - name: Build tauri project run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +tauri-release