Files
GoogleDriveManagement/.github/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 19: cannot unmarshal !!map into []*model.Step
2020-12-03 10:53:11 -05:00

24 lines
419 B
YAML

name: Build and test GAM
on:
push:
branches: [ master ]
schedule:
- cron: '37 22 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
include:
- os: windows-2019
- 32_bit: true
steps:
name: Show env
run: |
set
ls
uname -a