mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 08:58:58 +01:00
fix(ci): wrong dir for arm64
This commit is contained in:
parent
ed08893996
commit
b54765113e
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
@ -14,7 +14,7 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
e2e:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -26,6 +26,7 @@ jobs:
|
|||||||
os: ubuntu-24.04-arm
|
os: ubuntu-24.04-arm
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
name: E2E tests on ${{ matrix.name }}
|
||||||
env:
|
env:
|
||||||
TRILIUM_DOCKER: 1
|
TRILIUM_DOCKER: 1
|
||||||
TRILIUM_PORT: 8082
|
TRILIUM_PORT: 8082
|
||||||
@ -62,7 +63,7 @@ jobs:
|
|||||||
name=$(basename "$file" .tar.xz)
|
name=$(basename "$file" .tar.xz)
|
||||||
mkdir -p ./server-dist
|
mkdir -p ./server-dist
|
||||||
tar -xvf "$file" -C ./server-dist
|
tar -xvf "$file" -C ./server-dist
|
||||||
server_dir="./server-dist/TriliumNotes-Server-$version-linux-x64"
|
server_dir="./server-dist/TriliumNotes-Server-$version-linux-${{ matrix.arch }}"
|
||||||
if [ ! -d "$server_dir" ]; then
|
if [ ! -d "$server_dir" ]; then
|
||||||
echo Missing dir.
|
echo Missing dir.
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user