Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Update ci.yml

Update ci.yml #38

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
# Run the Solid test-suite
- run: bash ./test/surface/run-solid-test-suite.sh