File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 ACCOUNT_NAME : " firebolt"
7272 FIREBOLT_BASE_URL : " api.staging.firebolt.io"
7373 run : |
74- pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration
74+ pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration -k "not core"
7575
7676 - name : Save failed tests
7777 id : cache-tests-save
Original file line number Diff line number Diff line change 6969 FIREBOLT_BASE_URL : " api.staging.firebolt.io"
7070 ACCOUNT_NAME : ${{ vars.FIREBOLT_ACCOUNT }}
7171 run : |
72- pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration
72+ pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration -k "not core"
7373
7474 - name : Save failed tests
7575 id : cache-tests-save
You can’t perform that action at this time.
0 commit comments