Skip to content

Commit

Permalink
Fix bad YAML table for GHA (stellar#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Apr 7, 2022
1 parent bf17e0b commit 1097b19
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
max-parallel: 2
matrix:
node-version: [14, 16]
fail-fast: false

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: yarn install
Expand Down

0 comments on commit 1097b19

Please sign in to comment.