Skip to content

Move to fez ecosystem #15

Move to fez ecosystem

Move to fez ecosystem #15

Workflow file for this run

name: test
on:
push:
branches:
- 'main'
tags-ignore:
- '*'
pull_request:
jobs:
raku:
strategy:
matrix:
os:
- ubuntu-latest
raku-version:
- 'latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Clone Pakku
run: git clone https://github.com/hythm7/Pakku.git /tmp/Pakku
- name: Install Pakku
run: /tmp/Pakku/tools/install-pakku.raku --dest=/tmp/pakku
- name: Install Module
run: /tmp/pakku/bin/pakku verbose trace add .