Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 13, 2023
1 parent efad0fc commit 7856cef
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.yml'
- test-ci
# paths-ignore:
# - '**/*.md'
# - '**/*.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand All @@ -26,7 +27,7 @@ jobs:
matrix:
include:
- os: windows-latest
- os: ubuntu-latest
- os: rspack-ci
- os: macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:

wasm:
name: Check Wasm
runs-on: ubuntu-latest
runs-on: rspack-ci
steps:
- uses: actions/checkout@v4

Expand All @@ -74,7 +75,7 @@ jobs:
typos:
name: Spell Check
runs-on: ubuntu-latest
runs-on: rspack-ci
steps:
- uses: actions/checkout@v4

Expand All @@ -84,7 +85,7 @@ jobs:

deny:
name: Cargo Deny
runs-on: ubuntu-latest
runs-on: rspack-ci
steps:
- uses: actions/checkout@v4

Expand All @@ -104,7 +105,7 @@ jobs:

format:
name: Format
runs-on: ubuntu-latest
runs-on: rspack-ci
steps:
- uses: actions/checkout@v4

Expand All @@ -118,7 +119,7 @@ jobs:

lint:
name: Clippy
runs-on: ubuntu-latest
runs-on: rspack-ci
steps:
- uses: actions/checkout@v4

Expand All @@ -132,7 +133,7 @@ jobs:

ecosystem-test:
name: Testing Linter with VSCode Repository
runs-on: ubuntu-latest
runs-on: rspack-ci
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -162,7 +163,7 @@ jobs:
doc:
name: Doc
runs-on: ubuntu-latest
runs-on: rspack-ci
steps:
- uses: actions/checkout@v4

Expand All @@ -181,7 +182,7 @@ jobs:
matrix:
include:
- os: windows-latest
- os: ubuntu-latest
- os: rspack-ci
- os: macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7856cef

Please sign in to comment.