Skip to content

Commit

Permalink
REVERT ME: disable CI build step
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Apr 26, 2023
1 parent 07b24a4 commit a8f7079
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: ['16', '18', '19']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci --omit=dev
- run: npm ci
- run: npm run test:lint
if: matrix.os != 'windows-latest'
- run: npm run test:unit
# build:
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
# node: ['16', '18', '19']
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node }}
# - run: npm ci --omit=dev
# - run: npm ci
# - run: npm run test:lint
# if: matrix.os != 'windows-latest'
# - run: npm run test:unit

docker:
name: Build and test Docker
Expand Down

0 comments on commit a8f7079

Please sign in to comment.