Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 5, 2023
1 parent bef095a commit 47f34e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 47f34e7

Please sign in to comment.