chore: fix workflow file indentation
This commit is contained in:
parent
7dec5a88ce
commit
a8f18666db
1 changed files with 3 additions and 3 deletions
6
.github/workflows/development.yml
vendored
6
.github/workflows/development.yml
vendored
|
|
@ -33,9 +33,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [[self-hosted, linux-fargate], [self-hosted, windows-fargate], windows-latest, ubuntu-latest, macos-latest]
|
os: [[self-hosted, linux-fargate], [self-hosted, windows-fargate], windows-latest, ubuntu-latest, macos-latest]
|
||||||
node: [14, 16, 18]
|
node: [14, 16, 18]
|
||||||
name: Run integ tests
|
name: Run integ tests
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue