Skip to content

Commit 4fc9173

Browse files
committed
Update workflow
specify full cmdline for rake task
1 parent b0dd9dc commit 4fc9173

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
rspec-tests:
2121
runs-on: ubuntu-latest
2222
container:
23-
image: docker.io/voxpupuli/voxbox:8
23+
image: ghcr.io/voxpupuli/voxbox:8
2424
volumes:
2525
- .:/repo
2626
options: --cpus 1
2727
steps:
2828
- name: Run rspec tests
29-
run: spec
29+
run: rake -f /Rakefile spec

0 commit comments

Comments
 (0)