Skip to content

Commit 8425ea6

Browse files
committed
add checkout to test-runner workflow
1 parent 85882ed commit 8425ea6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-runner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
test-runner:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- run: docker-compose run test-runner
13+
- uses: actions/checkout@v2
14+
- name: Run test-runner
15+
run: docker-compose run test-runner

0 commit comments

Comments
 (0)