Create SNU_2D_ProgrammingTools_REPOLIST_V184.urll #1684
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Raku MacOS Star Test | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install Raku | |
run: brew install rakudo-star | |
- name: Raku version | |
run: raku -v | |
- name: Install Module dependencies | |
run: zef install --deps-only . | |
- name: Run tests | |
run: zef test --verbose . |