Skip to content

Commit 0d063d6

Browse files
committed
Update PR
* Update PR
1 parent 8116d0e commit 0d063d6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-personal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E Personal (push only)
1+
name: E2E Personal Account Testing (push only)
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Install deps
21+
- name: Install Dependencies
2222
run: |
2323
dnf -y update
2424
dnf -y group install development-tools

ci/e2e/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ set +e
3232
--resync \
3333
--resync-auth \
3434
--syncdir "$SYNC_ROOT" \
35-
> "$LOG_FILE" 2>&1
36-
rc=$?
35+
2>&1 | tee "$LOG_FILE"
36+
rc=${PIPESTATUS[0]}
3737
set -e
3838

3939
if [ "$rc" -eq 0 ]; then

0 commit comments

Comments
 (0)