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

Commit

Permalink
Adds CI script #8
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Dec 25, 2021
1 parent e3825d4 commit 292de82
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
@@ -0,0 +1,21 @@
name: "Test in a Raku container"
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: read
container:
image: ghcr.io/jj/raku-zef-gha
env:
COMMITS: 11
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: ${{ env.COMMITS }}
- name: Install modules
run: zef install .
- name: Test
run: zef --debug test .

12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 292de82

Please sign in to comment.