Skip to content

Commit

Permalink
ci(oxlint): run smoke test against both glibc and musl (oxc-project#2155
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xc2 authored and IWANABETHATGUY committed May 29, 2024
1 parent dbdc2cd commit a4c3984
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,16 @@ jobs:
include:
- os: windows-latest
- os: ubuntu-latest
- os: ubuntu-latest
container: node:18-alpine # musl
- os: macos-latest
name: Smoke Test ${{ matrix.os }}
name: Smoke Test ${{ matrix.os }} ${{ matrix.container }}
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
steps:
- name: Test
shell: bash
shell: sh
run: |
touch test.js
ldd --version || true
npx oxlint@${{ needs.check.outputs.version }} ./test.js
exit 0

0 comments on commit a4c3984

Please sign in to comment.