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 1875d34 commit 766f6cdCopy full SHA for 766f6cd
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
sudo apt-get -y install podman
58
podman pull fedora:rawhide
59
- name: Get source
60
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
61
with:
62
path: 'numo-narray'
63
- name: Create container and run tests
@@ -73,6 +73,7 @@ jobs:
73
echo 'RUN gem build numo-narray.gemspec'
74
echo 'RUN gem install numo-narray-*.gem'
75
echo 'RUN bundle install'
76
+ echo 'RUN bundle exec rake compile'
77
echo 'RUN bundle exec rake test'
78
} > podmanfile
79
podman build --tag fedora_test -f ./podmanfile
0 commit comments