mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update PR
* Update PR
This commit is contained in:
parent
8116d0e5ab
commit
0d063d6a0c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/e2e-personal.yaml
vendored
4
.github/workflows/e2e-personal.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue