Fix workflow step names

This commit is contained in:
Daniel
2024-04-10 15:21:00 +02:00
parent 77c4b815c1
commit dea0073389
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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