Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Dec 4, 2023
1 parent a144e35 commit e984223
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
set -xe
sudo -i podman exec controller-test bash -c "export GITHUB_TOKEN=${GITHUB_TOKEN} && cd /testsuite && rake utils:collect_and_tag_flaky_tests"
sudo -i podman exec controller-test bash -c "if [ \"${GITHUB_TOKEN}\" == \"\" ];then echo \"empty\";fi"
sudo -i podman exec controller-test bash -c "export GITHUB_TOKEN=${GITHUB_TOKEN} && cd /testsuite && ruby ext-tools/collect_and_tag_flaky_tests.rb features && rake utils:collect_and_tag_flaky_tests"

0 comments on commit e984223

Please sign in to comment.