Skip to content

Commit fb47130

Browse files
committed
Fixed integ tests section
1 parent 74a76a1 commit fb47130

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
- name: Run Integ Tests
2929
run: |
3030
make tests-with-docker
31-
make integ-tests-with-docker-x86-64
32-
make integ-tests-with-docker-arm64
33-
make integ-tests-with-docker-old
31+
make integ-tests
3432
- name: Release
3533
uses: softprops/action-gh-release@v2
3634
with:

0 commit comments

Comments
 (0)