From fc158ed6ebbfe5317cfaaa374042aa32434ff207 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:44:08 +0900 Subject: [PATCH] fix: ci pipeline --- .github/workflows/build-full.yml | 2 +- .github/workflows/build-wayland-openvr.yml | 2 +- .github/workflows/build-wayland-openxr.yml | 2 +- .github/workflows/build-x11-openvr.yml | 4 ++-- .github/workflows/build-x11-openxr.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-full.yml b/.github/workflows/build-full.yml index 91abef9..67f84f9 100644 --- a/.github/workflows/build-full.yml +++ b/.github/workflows/build-full.yml @@ -1,4 +1,4 @@ -name: Build Full +name: Check Full on: push: diff --git a/.github/workflows/build-wayland-openvr.yml b/.github/workflows/build-wayland-openvr.yml index 82c4ce8..9d2924d 100644 --- a/.github/workflows/build-wayland-openvr.yml +++ b/.github/workflows/build-wayland-openvr.yml @@ -1,4 +1,4 @@ -name: Build Wayland+OpenVR +name: Check Wayland+OpenVR on: push: diff --git a/.github/workflows/build-wayland-openxr.yml b/.github/workflows/build-wayland-openxr.yml index ffb3a6c..3e31af1 100644 --- a/.github/workflows/build-wayland-openxr.yml +++ b/.github/workflows/build-wayland-openxr.yml @@ -1,4 +1,4 @@ -name: Build Wayland+OpenXR +name: Check Wayland+OpenXR on: push: diff --git a/.github/workflows/build-x11-openvr.yml b/.github/workflows/build-x11-openvr.yml index f6fa07c..7d39d68 100644 --- a/.github/workflows/build-x11-openvr.yml +++ b/.github/workflows/build-x11-openvr.yml @@ -1,4 +1,4 @@ -name: Build X11+OpenVR +name: Check X11+OpenVR on: push: @@ -27,4 +27,4 @@ jobs: - name: Build run: cargo build --verbose --no-default-features --features=x11,openvr - name: Run tests - run: cargo test --verbos --no-default-features --features=x11,openvre + run: cargo test --verbose --no-default-features --features=x11,openvre diff --git a/.github/workflows/build-x11-openxr.yml b/.github/workflows/build-x11-openxr.yml index 455436f..47e4278 100644 --- a/.github/workflows/build-x11-openxr.yml +++ b/.github/workflows/build-x11-openxr.yml @@ -1,4 +1,4 @@ -name: Build X11+OpenXR +name: Check X11+OpenXR on: push: