Update PR

* Update PR
This commit is contained in:
abraunegg 2026-02-18 11:55:16 +11:00
commit 0d063d6a0c
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: E2E Personal (push only)
name: E2E Personal Account Testing (push only)
on:
push:
@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install deps
- name: Install Dependencies
run: |
dnf -y update
dnf -y group install development-tools

View file

@ -32,8 +32,8 @@ set +e
--resync \
--resync-auth \
--syncdir "$SYNC_ROOT" \
> "$LOG_FILE" 2>&1
rc=$?
2>&1 | tee "$LOG_FILE"
rc=${PIPESTATUS[0]}
set -e
if [ "$rc" -eq 0 ]; then