Skip to content

set new commit for idris2 on fork #35

set new commit for idris2 on fork

set new commit for idris2 on fork #35

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
env:
SCHEME: scheme
jobs:
ubuntu-chez:
runs-on: ubuntu-latest
env:
PACK_DIR: /root/.pack
strategy:
fail-fast: false
container: ghcr.io/stefan-hoeck/idris2-pack:latest
steps:
- name: Checkout idris2-http
uses: actions/checkout@v2
- name: Build package
run: pack --no-prompt install http
- name: Test package
run: pack --no-prompt run http-test