chore: fix workflow file indentation

This commit is contained in:
peterwoodworth
2023-06-19 16:29:33 -07:00
parent 7dec5a88ce
commit a8f18666db
+3 -3
View File
@@ -33,9 +33,9 @@ jobs:
matrix:
os: [[self-hosted, linux-fargate], [self-hosted, windows-fargate], windows-latest, ubuntu-latest, macos-latest]
node: [14, 16, 18]
name: Run integ tests
runs-on: ${{ matrix.os }}
timeout-minutes: 30
name: Run integ tests
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- name: "Checkout repository"
uses: actions/checkout@v3