Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 21, 2023
1 parent 768806c commit da38168
Show file tree
Hide file tree
Showing 2 changed files with 757 additions and 758 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
- push
jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
name: '${{matrix.node}} on ${{matrix.os}}'
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -16,21 +16,9 @@ jobs:
- uses: codecov/codecov-action@v3
strategy:
matrix:
os:
- ubuntu-latest
# - windows-latest
node:
- lts/gallium
- node
windows:
name: ${{matrix.node}}
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm run test-api
strategy:
matrix:
node:
- lts/gallium
# - lts/gallium
- node
Loading

0 comments on commit da38168

Please sign in to comment.