Skip to content

Conversation

@gengjiawen
Copy link
Collaborator

No description provided.

@gengjiawen gengjiawen merged commit 6ae3cda into tabrindle:main Feb 3, 2024
@gengjiawen gengjiawen deleted the fix/ci branch February 3, 2024 06:28
@karlhorky
Copy link

karlhorky commented Oct 15, 2024

@gengjiawen was this intentionally removing the tests for Alpine Linux? (PR #159, issue #156)

Eg. I don't see Alpine Linux tests here:

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: node --unhandled-rejections=strict src/cli.js
build-ubuntu:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: node --unhandled-rejections=strict src/cli.js
build-macOS:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: yarn build
- run: node --unhandled-rejections=strict src/cli.js

It seems like envinfo is causing some users problems with Alpine Linux:

@gengjiawen
Copy link
Collaborator Author

Eg. I don't see Alpine Linux tests here:

Somehow circleCI has serisous bug on running Alpine Image. So it's removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants