Skip to content

Bump semver from 5.7.1 to 5.7.2 #41

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #41

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install Oasis SDK
run: |
curl --proto '=https' --tlsv1.2 -sSL https://get.oasis.dev | python - --speedrun
echo "::set-env name=PATH::$HOME/.local/bin::$HOME/.cargo/bin:$PATH"
- name: Lint
run: |
cargo fmt -- --check
yarn
yarn lint
- name: Test
run: |
oasis chain >& oasis.log &
oasis test