mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-09-06 16:21:57 +03:00
parent
88dc235639
commit
00a8bf2bdc
21 changed files with 231 additions and 138 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -13,8 +13,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v1
|
||||
- run: npm ci
|
||||
# Temporary disabling in order to release urgent fix
|
||||
# - run: npm run lint
|
||||
- run: npm run lint
|
||||
- run: npm run build
|
||||
- run: npm run test
|
||||
|
||||
|
@ -56,7 +55,7 @@ jobs:
|
|||
|
||||
install_stable_in_docker:
|
||||
runs-on: ubuntu-latest
|
||||
container: ubuntu:latest # Docker image, not the GitHub Actions VM
|
||||
container: ubuntu:latest # Docker image, not the GitHub Actions VM
|
||||
steps:
|
||||
# `rustup` will need `curl` or `wget` later
|
||||
- run: apt-get update && apt-get install -y curl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue