Skip to content

Commit

Permalink
Fix jobs indentation level
Browse files Browse the repository at this point in the history
Change-Id: I04479f33d38439985539cad20580f0a2219f0289
  • Loading branch information
jasonleenaylor committed Feb 8, 2024
1 parent 6448abe commit 6804efc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
branches: ["release/9.1", "develop", "master", "feature/PubSub"]
workflow_dispatch:

jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Files
uses: actions/checkout@v3
- name: Build and Test
shell: cmd
working-directory: Build
run: build64.bat /t:remakefw /p:action=test
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Files
uses: actions/checkout@v3

- name: Build and Test
shell: cmd
working-directory: Build
run: build64.bat /t:remakefw /p:action=test

0 comments on commit 6804efc

Please sign in to comment.