Skip to content

Commit

Permalink
Update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdonald committed May 25, 2022
1 parent 6d4fc78 commit 09c5dc0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/raku.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
on: [push]

on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Runs tests
id: tests
uses: JJ/raku-container-action@master
- name: Checkout
uses: actions/checkout@v2
- name: Test via install
uses: JJ/raku-test-action@main

0 comments on commit 09c5dc0

Please sign in to comment.