Skip to content

Commit 09c5dc0

Browse files
committed
Update workflow version
1 parent 6d4fc78 commit 09c5dc0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/raku.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
on: [push]
2-
1+
on: [ push, pull_request ]
32
jobs:
43
test:
54
runs-on: ubuntu-latest
6-
name: Tests
75
steps:
8-
- name: Checkout
9-
uses: actions/checkout@v2
10-
- name: Runs tests
11-
id: tests
12-
uses: JJ/raku-container-action@master
6+
- name: Checkout
7+
uses: actions/checkout@v2
8+
- name: Test via install
9+
uses: JJ/raku-test-action@main

0 commit comments

Comments
 (0)