Skip to content

Commit

Permalink
Merge pull request #1741 from utam0k/fix-ci
Browse files Browse the repository at this point in the history
CI: Comment out featuretest.
  • Loading branch information
utam0k authored Mar 29, 2023
2 parents 22eff8e + 41daa50 commit 04de7bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Build
run: make youki-release
- name: test
run: make unittest featuretest oci-tests
# TODO(utam0k): The feature test needs nightly
# run: make unittest featuretest oci-tests
run: make unittest oci-tests

upload:
name: Upload
Expand Down

0 comments on commit 04de7bf

Please sign in to comment.