Skip to content

Commit 766f6cd

Browse files
committed
Add compilation step to Fedora Podman workflow
1 parent 1875d34 commit 766f6cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo apt-get -y install podman
5858
podman pull fedora:rawhide
5959
- name: Get source
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
with:
6262
path: 'numo-narray'
6363
- name: Create container and run tests
@@ -73,6 +73,7 @@ jobs:
7373
echo 'RUN gem build numo-narray.gemspec'
7474
echo 'RUN gem install numo-narray-*.gem'
7575
echo 'RUN bundle install'
76+
echo 'RUN bundle exec rake compile'
7677
echo 'RUN bundle exec rake test'
7778
} > podmanfile
7879
podman build --tag fedora_test -f ./podmanfile

0 commit comments

Comments
 (0)