Skip to content

Commit f4c33fb

Browse files
committed
WIP
1 parent 7ed3533 commit f4c33fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
path: "tmp"
1515
- name: "Create a docker container"
16-
run: 'docker container run -w /var -v "${{ github.workspace }}/tmp:/var" amd64/ruby:3.4.7 ls'
16+
run: 'docker container run -w /var -v "${{ github.workspace }}/tmp:/var" amd64/ruby:3.4.7 rake install && cd test/fixtures/date/ && bundle install'

0 commit comments

Comments
 (0)