aml-workspace/.github/workflows/integration.yml

17 строки
393 B
YAML

name: Integration Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
id: checkout_repository
uses: actions/checkout@master
- name: Self test
id: selftest
uses: Azure/aml-workspace@master
with:
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
continue-on-error: true