Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete old CI #247

Merged
merged 1 commit into from
Feb 3, 2024
Merged

fix: delete old CI #247

merged 1 commit into from
Feb 3, 2024

Conversation

gengjiawen
Copy link
Collaborator

No description provided.

@gengjiawen gengjiawen merged commit 6ae3cda into tabrindle:main Feb 3, 2024
8 checks passed
@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