temporarily disable sass-spec in CI
this eventually is something that should run, but for right now I would like CI to be green and to not receive an email on each push.
This commit is contained in:
parent
b64ad5b1f3
commit
1de8067e24
58
.github/workflows/tests.yml
vendored
58
.github/workflows/tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: version info
|
- name: version info
|
||||||
run: rustc --version; cargo --version;
|
run: rustc --version; cargo --version;
|
||||||
|
|
||||||
- name: Run all tests
|
- name: Run all tests
|
||||||
run: cargo test
|
run: cargo test
|
||||||
@ -57,35 +57,27 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: -- -D warnings
|
args: -- -D warnings
|
||||||
|
# sass-spec:
|
||||||
|
# continue-on-error: true
|
||||||
sass-spec:
|
# runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
# steps:
|
||||||
runs-on: ubuntu-latest
|
# - name: Checkout
|
||||||
steps:
|
# uses: actions/checkout@master
|
||||||
- name: Checkout
|
# - uses: actions-rs/toolchain@v1
|
||||||
uses: actions/checkout@master
|
# with:
|
||||||
|
# profile: minimal
|
||||||
- uses: actions-rs/toolchain@v1
|
# toolchain: stable
|
||||||
with:
|
# override: true
|
||||||
profile: minimal
|
# - name: version info
|
||||||
toolchain: stable
|
# run: rustc --version; cargo --version;
|
||||||
override: true
|
# - name: Build binary
|
||||||
|
# run: cargo b --release
|
||||||
- name: version info
|
# - name: Get sass-spec
|
||||||
run: rustc --version; cargo --version;
|
# run: git submodule init && git submodule update
|
||||||
|
# - name: Install whatever Ruby needs
|
||||||
- name: Build binary
|
# run: |
|
||||||
run: cargo b --release
|
# sudo apt-get install libncurses5-dev libncursesw5-dev
|
||||||
|
# sudo gem install bundler
|
||||||
- name: Get sass-spec
|
# cd sass-spec && bundler install
|
||||||
run: git submodule init && git submodule update
|
# - name: Run Sass spec
|
||||||
|
# run: ./sass-spec/sass-spec.rb -c './target/release/grass'
|
||||||
- name: Install whatever Ruby needs
|
|
||||||
run: |
|
|
||||||
sudo apt-get install libncurses5-dev libncursesw5-dev
|
|
||||||
sudo gem install bundler
|
|
||||||
cd sass-spec && bundler install
|
|
||||||
|
|
||||||
- name: Run Sass spec
|
|
||||||
run: ./sass-spec/sass-spec.rb -c './target/release/grass'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user