Skip to content

Commit

Permalink
Try throw if error in windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Jan 3, 2024
1 parent 48bec0f commit d42bb84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ jobs:
# Run specific sanity check.
- name: Smoke tests
run: |
inv accept --headless -s -k test_unsupported_language_not_shown
inv accept --headless -s -k import_a_valid_term_file
inv accept --headless -s -k test_unsupported_language_not_shown || exit /b
inv accept --headless -s -k import_a_valid_term_file || exit /b
- name: Remove config to force using prod config
run: del ${{ github.workspace }}\lute\config\config.yml
Expand Down

0 comments on commit d42bb84

Please sign in to comment.