Skip to content

Commit 5f55b69

Browse files
committed
Try running tests inside Docker container
1 parent d285b4f commit 5f55b69

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
- push
66

77
jobs:
8+
docker:
9+
runs-on: ubuntu-latest
10+
name: Docker
11+
steps:
12+
- uses: actions/checkout@v1
13+
- name: docker build
14+
run: docker build . -t mweb
15+
- name: run Perl tests
16+
run: docker run -i mweb carton exec prove -lr t
817
test:
918
runs-on: ubuntu-latest
1019
name: Dockerless

0 commit comments

Comments
 (0)