Skip to content

Bump @types/lodash from 4.17.0 to 4.17.5 in /bins/ayaka-gui #615

Bump @types/lodash from 4.17.0 to 4.17.5 in /bins/ayaka-gui

Bump @types/lodash from 4.17.0 to 4.17.5 in /bins/ayaka-gui #615

Workflow file for this run

name: Test
on:
push:
branches: ["master"]
paths:
- 'utils/**'
- 'plugins/**'
- '.github/workflows/test.yml'
pull_request:
branches: ["master"]
jobs:
Test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install targets
run: |
rustup target add wasm32-unknown-unknown
- name: Test
run: make test