Run integration and flaky scripts separately in workflow

flaky_test.sh failure will be ignored
This commit is contained in:
ionutboangiu
2024-04-04 20:37:21 +03:00
committed by Dan Christian Bogos
parent a5ee0c6d6b
commit 0d512f64c2

View File

@@ -51,3 +51,8 @@ jobs:
- name: Run integration tests
run: |
sudo env "PATH=$PATH" ./integration_test.sh
- name: Run flaky tests
continue-on-error: true
run: |
sudo env "PATH=$PATH" ./flaky_test.sh