Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 15, 2024
1 parent feaff34 commit 37b3db5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
set -ex
docker compose --ansi=never up -d
docker compose --ansi=never stop
castor-ansi:
castor:
runs-on: ubuntu-latest
matrix:
cmd:
- ansi-false-false
- ansi-false-true
- ansi-true-false
- no-ansi-false-false
- no-ansi-false-true
- no-ansi-true-false

strategy:
matrix:
cmd:
- ansi-false-false
- ansi-false-true
- ansi-true-false
- no-ansi-false-false
- no-ansi-false-true
- no-ansi-true-false
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 37b3db5

Please sign in to comment.