Skip to content

Update ada.yml

Update ada.yml #66

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main, workflows ]
pull_request:
branches: [ main, workflows ]
jobs:
build:
name: CI on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: alire-project/setup-alire@v2
uses: alire-project/setup-alire@v2
- name: Build
working-directory: tests/
run: |
alr index --reset-community
alr --no-tty build
alr run