From 47f34e7f32e1857e990aafadf3d2812d17d0cf47 Mon Sep 17 00:00:00 2001 From: Aiden Fujiwara Date: Thu, 5 Oct 2023 15:00:33 -0700 Subject: [PATCH] syntax --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5d2358..5c1fe2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,11 +70,11 @@ jobs: foreman --version PATH=$PATH:~/.foreman/bin ./scripts/end-to-end-tests.sh - + kill-process-test-unix: strategy: - matrix: - os: [ubuntu-latest] + matrix: + os: [ubuntu-latest] runs-on: ${{ matrix.os }} needs: build @@ -88,8 +88,8 @@ jobs: kill-process-test-windows: strategy: - matrix: - os: [windows-latest] + matrix: + os: [windows-latest] runs-on: ${{ matrix.os }} needs: build - name: kill-process-test-windows