We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3516a8d commit d4af597Copy full SHA for d4af597
.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 bash -c "rake install && cd test/fixtures/date/ && bundle install"'
+ run: 'docker container run -w /var -v "${{ github.workspace }}/tmp:/var" amd64/ruby:3.4.7 bash -c "rake install && cd test/fixtures/date/ && bundle install && cibuildgem package"'
0 commit comments