1
0
Fork 0
mirror of synced 2026-06-05 14:58:19 +00:00

chore: fix workflow file indentation

This commit is contained in:
peterwoodworth 2023-06-19 16:29:33 -07:00
commit a8f18666db
No known key found for this signature in database
GPG key ID: 01931412FD685922

View file

@ -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