Files
archived-tauri-action/.github/workflows/test-action.yml
Lucas Nogueira 8d7a7dfc38 fix(workflow) on
2020-07-07 20:56:57 -03:00

20 lines
353 B
YAML

name: "test-action"
on: [pull_request, push]
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: matrix.platform
steps:
- uses: actions/checkout@v1
- run: |
yarn
yarn build
- uses: ./
with:
projectPath: ./example