We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed3533 commit f4c33fbCopy full SHA for f4c33fb
.github/workflows/main.yml
@@ -13,4 +13,4 @@ jobs:
13
with:
14
path: "tmp"
15
- name: "Create a docker container"
16
- run: 'docker container run -w /var -v "${{ github.workspace }}/tmp:/var" amd64/ruby:3.4.7 ls'
+ 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